Commit Graph

3 Commits

Author SHA1 Message Date
Pieter-Jan Briers ab6db7d4e6 clang-format & cleanup 2026-09-12 20:42:59 +02:00
Pieter-Jan Briers 03390b807e Remove namespaces 2026-09-12 20:20:50 +02:00
Pieter-Jan Briers ec57c33054 luau_runtime reorganization + audio_res service via Lua
Primary focus was to implement audio_res in Lua. As part of this I ended up re-organizing much of the luau_runtime to be less thrown together.

The audio_res service relies on the (newly fetched) LuaBridge3 library to reduce all the boiler plate. All in all, I'm quite happy with how it turned out. I did have to fork LuaBridge3 to fix some bugs though, so that tag is fetched right now: https://github.com/TwilitRealm/LuaBridge3
2026-09-11 06:23:02 +02:00