A Friday Night Funkin' engine designed to be lightweight and easy to mod. Use .hx
files to make modcharts, stages, characters, states, and more!
⚠️ HEY!! If you want to see more progress on Plasma, go to the dev
branch. It's where i'm working on things most often. ⚠️
I only update this branch when a full release is ready. (pre-releases don't count) So yeah go there to see some cool progress!!!
- Step 1. Install git-scm if you don't have it already.
- Step 2. Install Haxe
- Step 3. Install HaxeFlixel
- Step 4. Run these commands to install required libraries:
haxelib git flixel https://github.com/YoshiCrafter29/flixel
haxelib git hxCodec https://github.com/polybiusproxy/hxCodec
haxelib git hscript-improved https://github.com/YoshiCrafter29/hscript-improved
haxelib git discord_rpc https://github.com/Aidan63/linc_discord-rpc
haxelib git openfl https://github.com/openfl/openfl
- Step 5. If you run on Windows, install Visual Studio Community 2019 using these specific components in
Individual Components
instead of selecting the normal options:
* MSVC v142 - VS 2019 C++ x64/x86 build tools
* Windows SDK (10.0.17763.0)
- Step 6. Run
lime test <windows/linux/mac>
, choosing your OS. (Ex.lime test windows
)