Skip to content
forked from inky03/FUNKINX3

custom friday night funkin' engine

Notifications You must be signed in to change notification settings

doggogit/FUNKINX3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 24c710fe3d907a624c79474ffe27f57ae8113c33
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)

About

custom friday night funkin' engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haxe 99.1%
  • GLSL 0.9%