Hello people!
Since I just registered I also want to announce my Retro Dev IDE C64Studio, which beside the most prominently supported machine also has support for VIC20. Hope that's not interpreted as spamming.
The in built assembler defaults to ACME syntax, but can also work with DASM, TASM, PDS dialects.
There are editors for character sets, sprites, character screens, maps. BASIC also has its place with providing PETSCII entry, and numberless mode and a few other gimmicks.
The IDE is running on .NET, with Windows Forms, open source and free (https://github.com/GeorgRottensteiner/C64Studio)
The download links are in my signature, the stable release is created roughly every three months, the WIP release usually gets updates every few days, but may be prone to (temporary) bugs.
A rudimentary manual is available here, but also comes with the IDE itself.
https://www.georg-rottensteiner.de/c64/ ... /main.html
Feel free to try it out, and if you find any bugs or have feature requests, I'm always open for constructive critique!
C64Studio - A Retro Dev IDE
Moderator: Moderators
-
- Vic 20 Newbie
- Posts: 14
- Joined: Tue Oct 22, 2024 12:25 pm
- Website: https://www.georg-rottensteiner.de
-
- Vic 20 Newbie
- Posts: 14
- Joined: Tue Oct 22, 2024 12:25 pm
- Website: https://www.georg-rottensteiner.de
Re: C64Studio - A Retro Dev IDE
New version 8.0 of C64Studio is up!
This has support for VIC20 8x16 char mode (in charset, char screen and map editors), plus in the graphic screen the option to export as charset is available as well. Thanks to Mike there's also a Minipaint import available.
Binaries and source code available on GitHub: https://github.com/GeorgRottensteiner/C64Studio
Or my home page: https://www.georg-rottensteiner.de
Have fun!
This has support for VIC20 8x16 char mode (in charset, char screen and map editors), plus in the graphic screen the option to export as charset is available as well. Thanks to Mike there's also a Minipaint import available.
Binaries and source code available on GitHub: https://github.com/GeorgRottensteiner/C64Studio
Or my home page: https://www.georg-rottensteiner.de
Have fun!
- AndyH
- Vic 20 Afficionado
- Posts: 441
- Joined: Thu Jun 17, 2004 5:51 am
- Website: https://www.hewco.uk
- Location: UK
- Occupation: Developer
Re: C64Studio - A Retro Dev IDE
Wow, nice one!Endurion wrote: ↑Sun Dec 15, 2024 11:52 am New version 8.0 of C64Studio is up!
This has support for VIC20 8x16 char mode (in charset, char screen and map editors), plus in the graphic screen the option to export as charset is available as well. Thanks to Mike there's also a Minipaint import available.