Framework in Golang to simplify game development with SDL in Go
Go to file
2022-07-17 22:12:46 -04:00
core Initial commit 2022-06-05 12:54:30 -04:00
game Work towards deletion system 2022-07-17 22:12:46 -04:00
input Simple keyboard input & pause system 2022-07-17 20:19:02 -04:00
node Work towards deletion system 2022-07-17 22:12:46 -04:00
rendering Initial commit 2022-06-05 12:54:30 -04:00
sdl Simple keyboard input & pause system 2022-07-17 20:19:02 -04:00
.gitignore Initial commit 2022-06-05 12:54:30 -04:00
go.mod Simple keyboard input & pause system 2022-07-17 20:19:02 -04:00
go.sum Simple keyboard input & pause system 2022-07-17 20:19:02 -04:00
gopher.bmp Initial commit 2022-06-05 12:54:30 -04:00
LICENSE Initial commit 2022-06-05 12:54:30 -04:00
main.go Simple keyboard input & pause system 2022-07-17 20:19:02 -04:00
ReadMe.md Initial commit 2022-06-05 12:54:30 -04:00

Golang Game Framework

Framework in Golang to simplify game development with SDL in Go.

Currently, only basic rendering has been implemented.

For an example on how to use it, see game/game.go and make your own changes!

I have a strong desire to make this into a more flexible and feature complete system, but I cannot give any guarantees. Hopefully at minimum, this project can be seen as a reference for others!