the HeapsIO graphical and game engine

ncannasse 2cf28d51a7 fixed Cylinder uvs, renamed addTCoords to addUVs (close #525) 6 ani în urmă
h2d 137401778e minor bugfix 6 ani în urmă
h3d 2cf28d51a7 fixed Cylinder uvs, renamed addTCoords to addUVs (close #525) 6 ani în urmă
hxd 08c7ba494e trigger resize and update size info on manual resize() (close #527) 6 ani în urmă
hxsl db544b04b9 added Smoothstep AGAL operation (#510) 6 ani în urmă
samples fb86a02137 Add docs to `System.setCursor` (#518) 6 ani în urmă
tools d45aeb8e29 removed run script 7 ani în urmă
.gitignore f1fb0776f3 added mikktspace tangent generation support 7 ani în urmă
.travis.yml 4a0ac69676 fix 6 ani în urmă
CHANGELOG.md ddc9cd1270 1.5.0 6 ani în urmă
LICENSE 96e974789b Initial commit 12 ani în urmă
README.md cdfa458f4d close #480 6 ani în urmă
all.hxml 8040b8b051 added CacheFileBuilder 7 ani în urmă
haxelib.json ddc9cd1270 1.5.0 6 ani în urmă

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!