Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 940 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 940 Bytes

hxDaedalus-Kha-examples

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();
            });