#game-engine #lua #raylib #physics-engine

app goblocks

Lua game engine based on Raylib

3 releases

0.1.3 Sep 20, 2023
0.1.2 Sep 20, 2023
0.1.0 Sep 18, 2023

#522 in Game dev

Download history 7/week @ 2024-02-16 7/week @ 2024-02-23 2/week @ 2024-03-01 55/week @ 2024-03-29 13/week @ 2024-04-05

68 downloads per month

Zlib and GPL-3.0 licenses

64KB
470 lines

Goblocks

Lua game engine based on Raylib

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

Dependencies

~5–7.5MB
~153K SLoC