Terisback / ludok

SDL2 Experiments, sketches...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ludok - Experiments, sketches... Proof of concept definitely an excuse

I tried to do smth like Love2D in Go

I couldn't handle SDL2 gfx package (cause of compilation of original that can be done on unix system I believe)
So if you didn't cope as I am, you need to pass static tag to go compilator

go run -tags static github.com/Terisback/ludok/cmd/ludok

Good luck, brav ✋

About

SDL2 Experiments, sketches...

License:MIT License


Languages

Language:Go 100.0%