| Crates.io | goblocks |
| lib.rs | goblocks |
| version | 0.1.3 |
| created_at | 2023-09-18 01:36:51.723847+00 |
| updated_at | 2023-09-20 21:44:44.13819+00 |
| description | Lua game engine based on Raylib |
| homepage | |
| repository | |
| max_upload_size | |
| id | 975452 |
| size | 214,059 |
Lua game engine based on Raylib
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!
If you have Cargo installed simply run cargo install goblocks in your shell/prompt.
Documentation - File
Features - File
Examples - File