Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

OpenFunscripter/OFS

Repository files navigation

OpenFunscripter

Can be used to create .funscript files. (NSFW)
The project is based on OpenGL, SDL2, ImGui, libmpv, & all these other great libraries.

OpenFunscripter Screenshot

How to build ( for people who want to contribute or fork )

  1. Clone the repository
  2. cd "OpenFunscripter"
  3. git submodule update --init
  4. Run CMake and compile

Known linux dependencies to just compile are build-essential libmpv-dev libglvnd-dev.

Windows libmpv binaries used

Currently using: mpv-dev-x86_64-v3-20220925-git-56e24d5.7z (it's part of the repository)

Platforms

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.