the HeapsIO graphical and game engine

ncannasse 03a51360a3 pbr fixes 7 years ago
doc 1a66530849 Update ref.html 10 years ago
h2d 8cbdf93f08 one more (last?) gl textures coordinates fix: flip whole output by -1 if render target 7 years ago
h3d 03a51360a3 pbr fixes 7 years ago
hxd d152553f0a fix: inverse tangent sign so generated tangents does not require 0.5 scale 7 years ago
hxsl 8cbdf93f08 one more (last?) gl textures coordinates fix: flip whole output by -1 if render target 7 years ago
samples 94e1ae5d50 added back samples 7 years ago
tools 8242f8d141 fix 7 years ago
.gitignore f1fb0776f3 added mikktspace tangent generation support 7 years ago
.travis.yml 789579da24 will that work? 7 years ago
LICENSE 96e974789b Initial commit 12 years ago
README.md ca3b676625 Update README.md 7 years ago
all.hxml 8040b8b051 added CacheFileBuilder 7 years ago
haxelib.json b71ad402c7 update to 1.3 (to release soon) 7 years ago
run.n c9d7a2fa0f added run script to build pak files 9 years ago

README.md

Heaps

Build Status

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:

  • 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

Join us on 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 Flash: run haxe [sample]_swf.hxml, then open <sample>.swf 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 OpenFL/Lime: run openfl test windows into the sample directory -- OpenFL/Lime is not officially supported, we don't accept issues please send pull requests if you make some changes

Project files for HaxeDevelop are also generated