Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D.
Pet project of mine, to learn and work with SDL along with Go.
Currently tested only on MacOS arm64. Feel free to test and open PRs/issues to include/fix for other OS.
- Go >= 1.23.4
- SDLv2
go mod tidy
In the cloned directory:
go build . && ./dvd
You can download pre-built app (executable) only in this folder.
Try hitting c
while running the app.