I swear this is a C++ project despite what the statistic on this repo says 😅
The project is based on OpenGL, SDL2, ImGui, libmpv, & all these other great libraries.
- clone the repository
cd "OpenFunscripter"
git submodule update --init
cd "lib/EASTL"
git submodule update --init
- Run cmake and compile (on windows just use visual studio 2019 with cmake support no need to generate a solution)
Known linux dependencies to just compile are build-essential libmpv-dev libglvnd-dev
.
To compile something which runs on x11 and wayland other stuff is needed the snap includes support for both.
Currently using: mpv-dev-x86_64-20200816-git-7f67c52.7z (it's part of the repository)
I'm providing windows binaries and a linux AppImage.
In theory OSX should work as well but I lack the hardware to set any of that up.