GameMaker Language to C++
CPlusPlusTranslator is an open source C++ game development library geared towards programmers who use GML (GameMaker Language). It is a simple development library for anyone who wants to make games in C++, without writing all of the background systems that keep the game running. It is simple to learn, fast to develop, and free to use.
The features
- A basic function set
- Mouse and Keyboard input
- A Windows set-up requiring only two function calls
The goals for CPlusPlusTranslator
- Create a game development library that feels and functions like GML
- Make a fast and easy to use window set-up that does not limit customization
- Implement GML style syntax in C++ code.
You can download the latest release of CPlusPlusTranslator or browse all releases.