Commit Graph

5 Commits (main)

Author SHA1 Message Date
Sean Hickey cee1d19f36 update readme to remove SDL 2022-11-22 00:20:14 -08:00
Sean Hickey ce5ff1a552 Rework entire project to use raylib.
Removed SDL entirely. Internally, raylib uses glfw and miniaudio, which
is the audio library I was going to use anyway.

I added a threadChannel that works very similar to the sdl.Do()
functions to support goroutines with a single-threaded library.
2022-11-22 00:08:00 -08:00
Sean Hickey d86124b735 switch to using gopackagebase 2022-11-20 15:38:28 -08:00
Sean Hickey 96a0f0e83c Add documentation and static build script for windows. 2022-09-28 15:53:42 -07:00
Sean Hickey 34e3635f86 Add basic SDL setup.
Add basic SDL rendering.
Add config parsing.
Add readme, license, and setup docs.

Builds successfully on Windows surprisingly.
2022-09-28 00:05:06 -07:00