Skip to content

hxDaedalus/hxDaedalus-luxe-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Install haxe if you don't have latest. http://haxe.org/download/

  2. Install git if you don't have git. https://git-scm.com/downloads

  3. 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/
  1. Install hxcpp

haxelib install hxcpp

  1. 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

  1. 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

  1. 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

  1. Then you can clone this repository to try the examples.

git clone https://github.com/hxDaedalus/hxDaedalus-luxe-examples.git

  1. 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

Releases

No releases published

Packages

No packages published

Languages