Skip to content

ZyyeDev/Bussin2D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bussin2D

Bussin2D is a 2D Framework for making games using LUA. It is designed to be lightweight and fast.

Usage

To run a game in the current directory:

bussin2d debug

To build a standalone executable:

bussin2d build windows

Example

function buss.ready()
    buss.window.init(720, 480, "Hello World")
end

function buss.draw()
    -- Draw a blue rectangle
    buss.graphics.drawRect(100, 100, 400, 300, 0, 100, 255, 255)
end

About

Bussin2D is a super lightweight 2D game framework for Lua.

Topics

Resources

License

Stars

Watchers

Forks

Contributors