the HeapsIO graphical and game engine
|
|
hace 8 años | |
|---|---|---|
| doc | hace 10 años | |
| h2d | hace 8 años | |
| h3d | hace 8 años | |
| hxd | hace 8 años | |
| hxsl | hace 8 años | |
| samples | hace 8 años | |
| tools | hace 8 años | |
| .gitignore | hace 8 años | |
| .travis.yml | hace 8 años | |
| LICENSE | hace 12 años | |
| README.md | hace 8 años | |
| Run.hx | hace 10 años | |
| all.hxml | hace 8 años | |
| haxelib.json | hace 8 años | |
| run.n | hace 10 años |
High Performance Game Framework
Heaps is a cross platform graphics engine designed for high performance games. It's designed to leverage modern GPUs that are commonly available on both desktop and mobile devices. The framework currently supports HTML5 WebGL, Flash Stage3D, native Mobile (iOS and Android) and Desktop with OpenGL.
Join us on Gitter https://gitter.im/heapsio
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:
haxe [sample]_js.hxml, then open index.html to runhaxe [sample]_swf.hxml, then open <sample>.swf to runhaxe -lib hlsdl|hldx [sample]_hl.hxml then run hl <sample>.hl to run (can use both SDL and DirectX libraries)openfl test windows into the sample directory -- OpenFL/Lime is not officially supported, we don't accept issues please send pull requests if you make some changesProject files for HaxeDevelop are also generated