brainbaking/content/notes/2021/04/14h12m43s13.md

770 B

source context title date
https://chat.brainbaking.com/objects/b8684e92-71ea-4f76-bfba-d2f58e633ee2 Jeremy Clarke wrote a set of Nim tools that allows... 2021-04-14T12:43:13

Jeremy Clarke wrote a set of Nim tools that allows you to program Game Boy Advance games in Nim instead of in C. It makes smart use of Nim's built-in importc capabilities to wrap Libtonc. Watch Jeremy's talk at NimConf 2020 here: https://www.youtube.com/watch?v=sZUM7MhWr88

I did the same in C++ with gba-sprite-engine but my intention was to hide low-level complexity instead of expose a GBA programmer to it.
Makes me wonder if it would be possible to leverage cgo to write GBA stuff in Go...