Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/openfl/away3d-samples
- Owner: openfl
- License: apache-2.0
- Created: 2016-11-14T23:19:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-23T15:13:31.000Z (over 3 years ago)
- Last Synced: 2024-10-30T00:54:59.176Z (2 months ago)
- Topics: away3d, haxe, openfl, openfl-samples
- Language: Haxe
- Homepage:
- Size: 61.4 MB
- Stars: 16
- Watchers: 12
- Forks: 5
- 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.