/AGD-Studio

An integrated development environment for AGD

Primary LanguageC++MIT LicenseMIT

license release downloads latest

stars forks watchers

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

    • Install the DOSCommand component from GetIt Package Manager
    • Close GetIt
    • Fix DosCommand Install
      • Open up the location you cloned this repo to in Windows Explorer (Win+E)
      • Run the batch file in Installer\setup doscommand.bat to install the header files correctly.
    • Open the AGD Studio.cproj file from File > Open Project
    • Press F9 to build and run the application