Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 835 Bytes

File metadata and controls

21 lines (13 loc) · 835 Bytes

coop-lua-libraries

A collection of Lua libraries for sm64coopdx mod development.


Libraries

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.