Skip to content

Latest commit

 

History

History
64 lines (48 loc) · 2.12 KB

README.md

File metadata and controls

64 lines (48 loc) · 2.12 KB

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 very quickly

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