An IDE for Jonathan Cauldwell's Arcade Game Designer
Editors for:
- Images
- Sprites
- Objects
- Tiles/Blocks
- Events (Code)
- Syntax highlighting editor
- AGD syntax
- Asm syntax (TBD)
- Code folding
- Map
- Messages
- Window size and position
- Keys
Automated build system:
- Produces AGD compiler output on the fly
- Automatic compiled output
Themes:
- Multiple user selectable UI themes
- Dockable content editors and helper panel
- Future improvements:
- Save layout per project
Releases
https://github.com/tonyt73/AGD-Studio/releases
Build Instructions
-
Clone this repo on to your PC
-
Download and Install the Embarcardero Rad-Studio C++ Community Edition
-
Download the trial version of LMD Innovative components
-
Install the latest release
- This will install all the configuration files and the example project
-
Launch the Rad-Studio IDE
- Open the AGD Studio.cproj file from File > Open Project
- Press F9 to build and run the application