This engine [formerly lkl
] is from the Kha Tutorial Series Github & the Kha Tutorial Series YouTube Playlist
This repo will be updated each time the engine is updated in the series & built upon thru-out
Within terminal/command line & making sure haxe/haxelib is setup:
haxelib git raccoon https://github.com/lewislepton/raccoon.git
Simply enter this in terminal/command line:
haxelib upgrade
In a Kha project, go to the khafile.js
add put this in:
project.addLibrary('raccoon');
You can then use the engine in a Kha project
Also this library can be used locally in a project. In the project folder that contains, Sources
, Assets
etc. Create another folder called Libraries
. You can place the folder, which contains the haxelib.js
& Sources
of the library into the Libraries
folder.
Check the examples
folder. This holds examples for many different things that raccoon
can do. This will be updated with newer tests & interesting things that the engine can do
- Keyboard Movement
- Particles
- Shaders
- UI
All the best, have phün & happy coding