Goal of this project is to provide complete SDL3 API usable with CGo or PureGo
Full API translated (except ones that have similar functionality in go standard packages, see STATUS.MD).
Need test that everything (un-)marshaling correctly
- Build SDL3 as shared library, see how to do it in SDL3 repo
go get https://github.com/aled93/go-sdl3