the HeapsIO graphical and game engine
|
преди 1 ден | |
---|---|---|
.github | преди 3 месеца | |
h2d | преди 2 дни | |
h3d | преди 1 ден | |
hxd | преди 5 дни | |
hxsl | преди 3 седмици | |
samples | преди 3 месеца | |
tools | преди 6 месеца | |
.gitignore | преди 6 месеца | |
.travis.yml | преди 4 години | |
CHANGELOG.md | преди 4 месеца | |
LICENSE | преди 11 години | |
README.md | преди 6 години | |
all.hxml | преди 10 месеца | |
haxelib.json | преди 4 месеца |
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.