Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/openfl/away3d-samples

Away3D sample projects for OpenFL and Haxe
https://github.com/openfl/away3d-samples

away3d haxe openfl openfl-samples

Last synced: about 2 months ago
JSON representation

Away3D sample projects for OpenFL and Haxe

Awesome Lists containing this project

README

        

# Examples using Away3D for OpenFL

## Introduction
Away3D for OpenFl is a port of the Flash Away3D engine, enabling OpenFL C++ native
builds for OSX, Windows, iOS, Android and maybe others.

## Installation

haxelib install away3d-samples

Or if you would like to install a specific example use the following.

lime create away3d // To list all of the available examples
lime create away3d View // To install the basic/View example
lime create away3d View /destinationFolder // To install the example to a specific location

A typical project.xml file would look as follows. Each example has it's own project.xml.