Examples of hxDaedalus with Kha see links below.
Basic, Pathfinding, BitmapPathfinding, Maze.
To run: Make sure you have Kha folder ( clone Empty ) and also the latest core hxDaedalus folders in your src folder, they are not included in this repo. Adjust the Main.hx class to run example you prefer from the current selection BitmapPathfinding.
System.init({title: "hxDaedalus BitmapPathfinding", width: 1024, height: 768, samplesPerPixel: 4}
, function() {
// !!!!! CHANGE CLASS HERE FOR DEMO YOU WANT TO TRY !!!!
new BitmapPathfinding();
});