llvm-mos / llvm-mos-sdk

SDK for developing with the llvm-mos compiler
https://www.llvm-mos.org
Other
267 stars 54 forks source link

Port nesdoug tutorial #66

Closed mysterymath closed 1 year ago

mysterymath commented 2 years ago

I asked around on the NesDev discord, and the scuttlebut seems to be that the nesdoug/neslib library, due to the popularity of the nesdoug C tutorial, form a de-facto standard library for NES development in C.

We should bring the nesdoug/neslib libraries into the SDK if it's feasible and port the tutorial stages so that they work with llvm-mos. This would make it easy to get started with llvm-mos NES development.

mysterymath commented 1 year ago

Done.