High Performance Game Framework
Heaps-BMS is a cross platform graphics engine designed for high performance games. It's designed to leverage modern GPUs that are commonly available on desktop, mobile and consoles.
Heaps-BMS natively works on:
- HTML5 (requires WebGL)
- Desktop with OpenGL (Win/Linux/OSX) or DirectX (Windows/Proton only)
with the following requiring manual implementation
- Mobile (iOS, tvOS and Android)
- Consoles (Nintendo Switch, Sony PS4, XBox One - requires being a registered developer)
Chat about it in the Haxe Discord https://discord.gg/sWCGm33
being reworked
In order to compile the samples, go to the samples directory and run haxe gen.hxml, this will generate a build directory containing project files for all samples.
To compile:
- For JS/WebGL: run
haxe [sample]_js.hxml, then openindex.htmlto run - For HashLink: run
haxe [sample]_hl.hxmlthen runhl <sample>.hlto run (will use SDL, replace-lib hlsdlby-lib hldxin hxml to use DirectX) - For Consoles, contact them: [email protected]
Project files for Visual Studio Code are also generated.
being reworked