(no title)
drpaneas | 2 months ago
You can write games in Go with goroutines, channels, garbage collection, and all the language features you'd expect. It compiles using gccgo and runs on real hardware or emulators.
The project includes 3 game examples Pong, Breakout and Platformer, input handling, audio support, and integrates with KallistiOS (the Dreamcast homebrew SDK).
* Star Here: https://github.com/drpaneas/godc * Documentation: https://drpaneas.github.io/libgodc/ * Video Tutorial: https://youtu.be/ahMl0fUvzVA
Happy to answer any questions about the implementation!
danhau|2 months ago
I also dig the documentation / book styling.
drpaneas|2 months ago
clktmr|2 months ago
I looked at gccgo when porting the runtime to n64, but at the time it wasn't updated since go1.18. Can we use Go Generics on the Dreamcast? I see that gccgo is obviously needed to support SH4.
drpaneas|2 months ago
simonw|2 months ago
lagniappe|2 months ago
drpaneas|2 months ago
pjmlp|2 months ago
drpaneas|2 months ago