Skip to content

rizz-residence/beast-engine

Repository files navigation

beast-engine

funkin modding library

Overview

This library is a collection of utilities, helper classes, and fixes with the aim of making Funkin modding easier and more stable. If any mods you'd like to use require it, just drag beast-engine.zip into your mods folder.

You can find the releases here. This repo is open to contribution!

Features

  • be.math - Useful math-related stuff.
  • be.menu - A custom menu helper package.
  • be.neocam - A versatile camera controller.
  • be.reloader - A system to help reinitialize modules and their variables on reload.
  • be.save - A save data helper for your mods.
  • be.sequence - Timed sequence of events.
  • be.shader - A collection of shaders and shader fixes.
  • be.song - Note kinds and song-related utilities and song fixes.
  • be.util - Many useful functions for modding.

See code for documentation.