Skip to content

hxDaedalus/hxDaedalus-Kha-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Examples of hxDaedalus with Kha

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published