A collection of Lua libraries for sm64coopdx mod development.
A bitmap font rendering library. Supports loading BMFont .fnt files or simple sprite sheets, with kerning, alignment options, and per-glyph animations.
A tiny, immediate-mode debug drawing library. Quickly visualize points, lines, and text in 3D world space.
A library for rendering animated sprite sheets in 3D world space. Given any texture and a tile grid, it manages per-tile display lists and drives animation via oAnimState.
A utility library for creating dynamic texture scrolling effects by manipulating UV coordinates in display lists.