Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 1.13 KB

README.md

File metadata and controls

29 lines (25 loc) · 1.13 KB

engine by me. yeah!
this engine is HEAVILY UNFINISHED, expect a lot of missing features...

compiling

Note

the compile setup process takes around 600 to 700mb (and more if you want to compile to cpp)

this engine runs with the latest libraries!
if you havent, install haxe first.
if you also havent, install haxeflixel and all necessary libraries. you can run the following commands after installing haxe:

haxelib install lime
haxelib install openfl
haxelib install flixel
haxelib run lime setup
lime setup flixel

perfect! you can now proceed to run these commands in your terminal to install the rest of the required libraries!

haxelib install tjson
haxelib install moonchart
haxelib install hxdiscord_rpc
haxelib git flxanimate https://github.com/Dot-Stuff/flxanimate.git dev
haxelib git hscript-iris https://github.com/crowplexus/hscript-iris.git dev

(hscript-iris and flxanimate use indev versions)

you should now be able to run lime test <targethere> to compile! tested targets are hl and windows (cpp)