-
Notifications
You must be signed in to change notification settings - Fork 1
Home
VTrider edited this page Mar 4, 2025
·
10 revisions
The .dll file is used as a standard lua module, simply call require() in your script after setting your package.cpath and assign the library to a local variable to access the provided functions. All that's required is some familiarity with lua and the bz standard library. Check out some examples for inspiration!
Fast as fk! Most functions have been profiled and have less than 0.5μs of runtime. You should have enough headroom for 500-1000 calls per frame with the most intensive functions (returning vectors/tables/matrices).