Introduction
Why should you consider LateralGM? Let’s face it, Game Maker (the one by YoYo Games) can cost a bit of money if you want to remove their branding when you publish a game. Some people are okay with having their branding on the game. Others may wish to remove it without having to spend a fortune doing so. However, why pay for the software when there’s an open source alternative already available that looks almost exactly like the original software. But why would you consider an open source alternative adequate?
Why LateralGM? Is it Stable?
With LateralGM, you get all of the features that Game Maker for free. On top of that, all of the code is public on GitHub. You can find all the code available here. Clone the repository there to install the software. It’s the best way to use the software. It basically works just like Game Maker (8) would, however there are some takeaways from using this over YoYo Game’s version. Some differences include:
- Some bugs need to be worked out. For instance, the built-in editor for working with in-game sprites doesn’t function well. A workaround is to use an external program to work with the game’s objects.
- The code will be compiled using C++ and Make. You can even read the output to make sure your game is not executing any bad code. This however will cost you some time to compile.
- The user interface will look a little different to what you are expecting, as the front-end uses JDK (Java Development Kit) to display the User Interface. While you can customize it a little, they are apparently working on a new solution that uses QT, the same framework that powers KDE (a desktop for Linux).
Conclusion
Whether to decide between open source software and paying for a commercial product is always a debate. Consumers should this alternative first before going to pick up YoYo Game’s version of Game Maker. This version might just save a few hundred dollars depending on your use case. You get to see all the code you are compiling before you release your project to the open world, which may get more users’ trust.
Leave a Reply