A library reimplementing some game components on top of a custom rendering system based on custom walls.
The ldoc generated documentation is hosted using github pages here.
Contributions in the form of issues, suggestions and any kind of feedback are welcome.
If you want to contribute to the source code, make sure to style your code with stylua and put doc comments for ldoc on public functions or fields. Also make sure to run tests if you make any modifications to the core parts of the library.
So the after making a change you should execute
ldoc .
stylua Scripts
cd tests
luajit main.lua
This should update the documentation, style the code and run tests.