IsmAvatar / LateralGM

A free Game Maker source file editor
http://lateralgm.org/
Other
95 stars 25 forks source link

LateralGM

A cross-platform editor for Game Maker project files written in Java using Swing. The releases page has a jar for the latest build. The source code is doxygen commented but online documentation of the internals is available, including format specification details.

LateralGM is also maintained by the ENIGMA developers, so please consider donating to them on Patreon!

Patreon

Building From Source

You don't actually have to build the project yourself. There are already jars available on the releases page which you can run in Java 1.7 or higher. If you are looking to develop the source, then you will need to make sure you recursively clone to properly initialize all submodules (e.g, JoshEdit).

git clone --recursive https://github.com/IsmAvatar/LateralGM.git

You can then run GNU Make to build a jar using the javac compiler. Alternatively, you can import the project into an Eclipse Workspace to build with the ecj compiler.

License

This project is licensed under the GNU GPL v3 License. Please read the included LICENSE file or visit http://www.gnu.org/licenses for more information.

Contributors

Special Thanks