Aegis
Aegis builds internal tools and systems for Luau development and Roblox-based projects. Our focus is on clean, reliable software that works under the constraints of the Roblox environment.
Internal API for Aegis projects.
Roblox module that plays `.wav` audio files client-side by decomposing them via FFT into sine waves, each rendered using Roblox `Sound` instances.
A fully sandboxed Luau interpreter built entirely in Luau. It lexes, parses, and executes Luau code at runtime using a custom lexer, Pratt parser, and AST-based interpreter inside Roblox.