library

  1. djoslin0

    BmFont v1.1

    BmFont is a lightweight bitmap font rendering library for coop. It supports loading BMFont (.fnt) files or simple sprite sheets, kerning, alignment options, and per‑glyph animations. This is a library, not a mod on its own. Read the Documentation here Requires sm64coopdx v1.4 or above
  2. djoslin0

    uv-scroll v1.1

    UV Scroll is a utility library for creating dynamic texture scrolling effects by manipulating UV coordinates in display lists. This is a library, not a mod on its own. Read the Documentation here video demonstration Requires sm64coopdx v1.4 or above
  3. djoslin0

    Dbg v1.1

    Dbg is a tiny, immediate-mode debug-drawing library for Lua that lets you quickly visualize things in the game world. It is very useful for debugging a mod you're creating. This is a library, not a mod on its own. Read the Documentation here Credits for the original line rendering code go...