Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.31 KB

README.md

File metadata and controls

39 lines (23 loc) · 1.31 KB

raccoon

raccoon

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

Install

Within terminal/command line & making sure haxe/haxelib is setup:

haxelib git raccoon https://github.com/lewislepton/raccoon.git

Update

Simply enter this in terminal/command line:

haxelib upgrade

How To Use?

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.

Examples

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

Lewis Lepton