away3d

Away3D is an open source platform for developing interactive 3D graphics for video games and applications.
http://www.away3d.com

To install, run:

haxelib install away3d 5.0.9 

See using Haxelib in Haxelib documentation for more information.

README.md

Apache 2.0 License Haxelib Version Build Status

Away3D

Away3D is an open source platform for developing interactive 3D graphics for video games and applications.

Features

  • Cross-platform target support (Flash, HTML5, iOS, Android, Windows, Mac, Linux)
  • Texture mapping with mipmapping
  • Lighting
  • Shadow mapping (in most cases)
  • Model loading: 3DS, AWD, MD5, MD2, DAE
  • Skeleton animation
  • Skinned animation
  • 3D particle system
  • Line drawing (Segments & SegmentSets)

Installation

You can easily install Away3D with OpenFL:

openfl install away3d

To add it to an OpenFL project, add this to your project file:

<haxelib name="away3d" />

To list available samples, run:

openfl create away3d

Development Builds

Clone the Away3D repository:

git clone https://github.com/openfl/away3d

Tell haxelib where your development copy of Away3D is installed:

haxelib dev away3d away3d

To return to release builds:

haxelib dev away3d
Contributors
singmajesty
Greg209
p.j.shand
Version
5.0.9
Published
5 years ago
License
Apache

All libraries are free

Every month, more than a thousand developers use Haxelib to find, share, and reuse code — and assemble it in powerful new ways. Enjoy Haxe; It is great!

Explore Haxe

Haxe Manual

Haxe Code Cookbook

Haxe API documentation

You can try Haxe in the browser! try.haxe.org

Join us on GitHub!

Haxe is being developed on GitHub. Feel free to contribute or report issues to our projects.

Haxe on GitHub