Skip to content

rzh/BabylonHx

 
 

Repository files navigation

BabylonHx

BabylonHx is a direct port of BabylonJs engine to Haxe, compatible with both Snow and with Lime. It supports (almost) all features of the original.

Visit http://babylonjs.com/ for more info about the engine.

Usage instructions:

Download complete repo. Navigate to the folder where files are downloaded.

To build for Snow run from command line:

haxelib run flow run web

To build for Lime run from command line:

haxelib run lime run project.xml html5

You should see this in your browser when build is done: Alt text

Snow binaries are located in bin_snow folder and Lime binaries are located in bin_lime folder.

You can get assets required by other samples from Babylon.js samples repo https://github.com/BabylonJS/Samples

About

Port of JavaScript/WebGL based http://babylonjs.com/ engine to Haxe programming language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haxe 93.7%
  • FLUX 6.3%