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: 4 months ago
JSON representation
Away3D sample projects for OpenFL and Haxe
- Host: GitHub
- URL: https://github.com/openfl/away3d-samples
- Owner: openfl
- License: apache-2.0
- Created: 2016-11-14T23:19:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-07-23T15:13:31.000Z (almost 5 years ago)
- Last Synced: 2025-10-19T02:56:50.470Z (8 months ago)
- Topics: away3d, haxe, openfl, openfl-samples
- Language: Haxe
- Homepage:
- Size: 61.4 MB
- Stars: 17
- Watchers: 11
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.