the HeapsIO graphical and game engine
|
há 7 anos atrás | |
---|---|---|
doc | há 10 anos atrás | |
h2d | há 7 anos atrás | |
h3d | há 7 anos atrás | |
hxd | há 7 anos atrás | |
hxsl | há 7 anos atrás | |
samples | há 7 anos atrás | |
tools | há 7 anos atrás | |
.gitignore | há 7 anos atrás | |
.travis.yml | há 7 anos atrás | |
LICENSE | há 12 anos atrás | |
README.md | há 7 anos atrás | |
all.hxml | há 7 anos atrás | |
haxelib.json | há 7 anos atrás | |
run.n | há 9 anos atrás |
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 desktop, mobile and consoles.
Heaps is currently working on:
Join us on Gitter https://gitter.im/heapsio/Lobby
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