3 releases
0.1.3 | Sep 20, 2023 |
---|---|
0.1.2 | Sep 20, 2023 |
0.1.0 | Sep 18, 2023 |
#704 in Game dev
64KB
470 lines
Goblocks
Lua game engine based on Raylib
Important Links:
Project Structure
Goblocks uses Lua for projects.
The most basic project would look like this:
function Setup()
end
function Update(dt)
end
function Draw()
hello()
end
All of those functions are required for a window to open!
Installation
If you have Cargo installed simply run cargo install goblocks
in your shell/prompt.
References
Out of this project
In this project
Documentation - File
Features - File
Examples - File
Dependencies
~5–7.5MB
~153K SLoC