Awesome
hxDaedalus-Luxe-Examples
This is the Luxe examples repository for the Haxe version of the as3 Daedalus-lib.
https://github.com/hxDaedalus/hxDaedalus-Examples
These examples require the current haxe hxDaedalus library, which can be found here:
https://github.com/hxDaedalus/hxDaedalus
You can view some of the examples:
- 01-Basics: web
- 02-FromBitmap: web
- 03-Pathfinding: web
- 04-BitmapPathfinding: web
- 05-GridMaze: web
- 07-MeshExtractionFromBitmap: web
License is MIT.
Setup of Snowkit and hxDaedalus
-
Install haxe if you don't have latest. http://haxe.org/download/
-
Install git if you don't have git. https://git-scm.com/downloads
-
setup haxelib eg:
haxelib setup
Please enter haxelib repository path with write access
Hit enter for default (/usr/lib/haxe/lib)
Path :
hit Enter
haxelib repository is now /usr/lib/haxe/lib/
- Install hxcpp
haxelib install hxcpp
- Install git version of snowkit you can get these in any order.
haxelib git luxe https://github.com/underscorediscovery/luxe.git
haxelib git flow https://github.com/underscorediscovery/flow.git
haxelib git snow https://github.com/underscorediscovery/snow.git
- Rebuild Snow for required platforms. go into the snow haxelib on mac it would be...
cd /usr/lib/haxeLibrary/snow/git/project
then rebuild for mac ( or windows for windows ).
haxelib run flow run mac
- Install hxDaedalus from git you need the additional parameters since it's in an src folder.
haxelib git hxDaedalus https://github.com/hxDaedalus/hxDaedalus.git master src
- Then you can clone this repository to try the examples.
git clone https://github.com/hxDaedalus/hxDaedalus-luxe-examples.git
- Then you can go into each of the example and try them so on a mac you may want to try the mac and web versions eg:.
cd 04-BitmapPathfinding
haxe flowMac.hxml
or
haxe flowWeb.hxml