goblocks

Crates.iogoblocks
lib.rsgoblocks
version0.1.3
sourcesrc
created_at2023-09-18 01:36:51.723847
updated_at2023-09-20 21:44:44.13819
descriptionLua game engine based on Raylib
homepage
repository
max_upload_size
id975452
size214,059
pyu (pyudev-x)

documentation

README

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

Raylib - Github Website

Lua - Github Website

In this project

Documentation - File

Features - File

Examples - File

Commit count: 0

cargo fmt