Commit Graph

6 Commits (main)

Author SHA1 Message Date
Sean Hickey 662517d1de Use fullscreen mode. Fix some linter issues 2023-04-30 00:33:18 -07: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 f8d47107ce test playing music with beep 2022-11-21 20:04:24 -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