Blaze


A combination of Lua + Xtreme3D + GMSquall from gadmaker. This is a compiled program that allows you to create Lua games using Xtreme3D 3.5 without installing any other software. You simply pass your Lua script via a command-line parameter, and it executes it.

From the author:

"Blaze is a programming tool based on the Lua scripting language. The program's main idea is to combine graphics, sound, and physics engines for creating games and programs. The current version of the program uses:
- Xtreme3D - graphics and physics engine.
- GMSquall - sound engine.
There are also separate interfaces for creating windows, messages, and user interaction.
Currently, the capabilities are very limited, but there are plans to expand them in the future.
This program can be useful for Game Maker users or fans of other game designers who are just starting to learn programming. Almost everything The functions will be identical to the standard Game Maker functions, except for the names, from which I decided to remove the "_" character. The names of Xtreme3D functions remain unchanged, as do the constants.

Blaze 0.0.4

New features: The Max WinAPI 2 extension for creating a Windows interface has been added (now you can create not only games but also GUI programs). All functions connected from third-party libraries now have a unique first character in their names ("x" for Xtreme3D, "s" for GMSquall, etc.). Help file issues have been fixed.

Download (9.9 MB)