A game engine written in c++ with Lua as it's scripting language
| .vscode | ||
| engine | ||
| include | ||
| lib | ||
| .gitignore | ||
| CMakeLists.txt | ||
| CMakePresets.json | ||
| README.md | ||
| test.lua | ||
Requirements:
- SDL2
- GLAD
- LuaJIT (fork: https://github.com/pschwarzer20/LuaJIT adds operators and such)