the HeapsIO graphical and game engine

ncannasse ddc9cd1270 1.5.0 пре 7 година
h2d c13116d47f Revert пре 7 година
h3d c505ae2075 don't reference haxe.System in macro пре 7 година
hxd 24b5392369 explicitly define PadConfig buttons пре 7 година
hxsl dcff3e4789 fixed getLod on Sampler2DArray пре 7 година
samples f426e9d0a8 fixed SAO sample + fixed lost of scaling in recent shader change пре 7 година
tools d45aeb8e29 removed run script пре 7 година
.gitignore f1fb0776f3 added mikktspace tangent generation support пре 7 година
.travis.yml 6538a94fd9 don't test on preview4 for now (waiting for preview5) пре 7 година
CHANGELOG.md ddc9cd1270 1.5.0 пре 7 година
LICENSE 96e974789b Initial commit пре 12 година
README.md d231595999 Update README.md пре 7 година
all.hxml 8040b8b051 added CacheFileBuilder пре 7 година
haxelib.json ddc9cd1270 1.5.0 пре 7 година

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 -lib hlsdl|hldx [sample]_hl.hxml then run hl <sample>.hl to run (can use both SDL and DirectX libraries)
  • 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!