the HeapsIO graphical and game engine
|
il y a 1 jour | |
---|---|---|
.github | il y a 3 mois | |
h2d | il y a 2 jours | |
h3d | il y a 1 jour | |
hxd | il y a 5 jours | |
hxsl | il y a 3 semaines | |
samples | il y a 3 mois | |
tools | il y a 6 mois | |
.gitignore | il y a 6 mois | |
.travis.yml | il y a 4 ans | |
CHANGELOG.md | il y a 4 mois | |
LICENSE | il y a 11 ans | |
README.md | il y a 6 ans | |
all.hxml | il y a 10 mois | |
haxelib.json | il y a 4 mois |
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.