the HeapsIO graphical and game engine
|
hai 1 día | |
---|---|---|
.github | hai 3 meses | |
h2d | hai 2 días | |
h3d | hai 1 día | |
hxd | hai 4 días | |
hxsl | hai 3 semanas | |
samples | hai 3 meses | |
tools | hai 6 meses | |
.gitignore | hai 6 meses | |
.travis.yml | %!s(int64=4) %!d(string=hai) anos | |
CHANGELOG.md | hai 4 meses | |
LICENSE | %!s(int64=11) %!d(string=hai) anos | |
README.md | %!s(int64=6) %!d(string=hai) anos | |
all.hxml | hai 10 meses | |
haxelib.json | hai 4 meses |
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:
Ask questions or discuss on https://community.heaps.io
Chat on Discord https://discord.gg/sWCGm33 or 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]_hl.hxml
then run hl <sample>.hl
to run (will use SDL, replace -lib hlsdl
by -lib hldx
in hxml to use DirectX)haxe [sample]_swf.hxml
, then open <sample>.swf
to runProject files for Visual Studio Code are also generated.