A port of Friday Night Funkin' to Raylib
Includes a framework called Droplet made specifically for the project (as of now).
This is not finished and WILL have bugs! If you find any, Please report them using the issues tab!
- Step 1. Install git-scm if you don't have it already.
- Step 2. Install Haxe
- Step 3. Run these commands to install required libraries:
haxelib git raylib-hx https://github.com/foreignsasquatch/raylib-hx
haxelib git hscript-improved https://github.com/YoshiCrafter29/hscript-improved
- Step 4. If you run on Windows, install Visual Studio Community 2019 using these specific components in
Individual Componentsinstead of selecting the normal options:
* MSVC v142 - VS 2019 C++ x64/x86 build tools
* Windows SDK (10.0.17763.0)
- Step 5. Run
haxe <windows/linux/mac>.hxml, choosing your OS. (Ex.haxe windows.hxml)
If your OS doesn't have an hxml file, Make a pull request for it!
And maybe try to help test other operating systems! As only Windows and Linux have been tested!