the HeapsIO graphical and game engine

Nicolas Cannasse 5d82bcfacb fixed timeout hace 5 años
h2d 6b18fafe63 gl : clear texture when setRenderTarget (same as DX) hace 5 años
h3d 26db693f7f added clear() hace 5 años
hxd 5d82bcfacb fixed timeout hace 5 años
hxsl 1643c769ac fixed batching of varying hace 5 años
samples f0a4a200c2 Add Polygons example: show examples of all poly in h3d.prim (#800) hace 5 años
tools 200c32dece initialize tangents to (1,0,0,0) before passing them to mikktspace (some tangents are not written by the lib) hace 5 años
.gitignore f1fb0776f3 added mikktspace tangent generation support hace 7 años
.travis.yml 59bf03b68c ci: update haxe version (#770) hace 5 años
CHANGELOG.md ef09a15f76 1.8.0 hace 5 años
LICENSE 96e974789b Initial commit hace 12 años
README.md 507d6ca134 Use proper Discord invite link (#621) hace 6 años
all.hxml 609814e202 Remove Lime backend (#684) close #682 hace 6 años
haxelib.json a74e51d854 bump version hace 5 años

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!