Recreation of Roxik Sharikura 3D engine performance example, built with Haxe using OpenFL and Away3D.
YouTube: https://youtu.be/yyjB6N86iNI
Web Demo: https://jasonsturges.github.io/openfl-away3d-roxik-sharikura/
Animation motion keyboard shortcuts:
- 1 — Cylinder
- 2 — Sphere
- 3 — Cube
- 4 — Tube
- 5 — Wave
- 6 — Gravity
- 7 — Antigravity
This is a Haxe project, built with OpenFL and Away3D.
If you don't already have Haxe installed, start by installing either Mac, Linux, or Windows packages.
If this is your first time running haxelib, setup by executing the following command:
$ haxelib setup
$ haxelib install lime
$ haxelib run lime setup
$ haxelib install openfl
$ haxelib run openfl setup
$ haxelib install away3d
To run, call openfl test
with a target, such as:
$ cd openfl-away3d-roxik-sharikura/
$ openfl test html5
For other compiler errors, make sure libraries are updated to the latest versions by calling:
$ haxelib upgrade
This project is free, open-source software under the MIT license.
Copyright 2017 Jason Sturges