the HeapsIO graphical and game engine

trethaller 63a902b33b Merge branch 'master' into domkit_v2 6 gadi atpakaļ
h2d 63a902b33b Merge branch 'master' into domkit_v2 6 gadi atpakaļ
h3d 920738fe54 another minor FixedColor change 6 gadi atpakaļ
hxd 212b6d5206 Move math POT functions to hxd.Math 6 gadi atpakaļ
hxsl f9ba0aa378 improve DynamicShader access performance (by @ncannasse) 6 gadi atpakaļ
samples f747dbef43 Bugfix in h2d/Camera, correcting calculation of viewX and viewY (#649) 6 gadi atpakaļ
tools d45aeb8e29 removed run script 7 gadi atpakaļ
.gitignore f1fb0776f3 added mikktspace tangent generation support 7 gadi atpakaļ
.travis.yml 4a0ac69676 fix 6 gadi atpakaļ
CHANGELOG.md a40091ca7e 1.6.0 6 gadi atpakaļ
LICENSE 96e974789b Initial commit 12 gadi atpakaļ
README.md 507d6ca134 Use proper Discord invite link (#621) 6 gadi atpakaļ
all.hxml f831bd534f disabled required usage of stb_ogg_sound 6 gadi atpakaļ
haxelib.json 920ebbad2a 1.6.1 6 gadi atpakaļ

README.md

Heaps

High Performance Game Framework

Build Status

Heaps.io logo

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:

  • HTML5 (requires WebGL)
  • Mobile (iOS, tvOS and Android)
  • Desktop with OpenGL (Win/Linux/OSX) or DirectX (Windows only)
  • Consoles (Nintendo Switch, Sony PS4, XBox One - requires being a registered developer)
  • Flash Stage3D

Community

Ask questions or discuss on https://community.heaps.io

Chat on Discord https://discord.gg/sWCGm33 or Gitter https://gitter.im/heapsio/Lobby

Samples

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:

  • For JS/WebGL: run haxe [sample]_js.hxml, then open index.html to run
  • For HashLink: run haxe [sample]_hl.hxml then run hl <sample>.hl to run (will use SDL, replace -lib hlsdl by -lib hldx in hxml to use DirectX)
  • For Flash: run haxe [sample]_swf.hxml, then open <sample>.swf to run
  • For Consoles, contact us: [email protected]

Project files for Visual Studio Code are also generated.

Get started!