dciabrin / ngdevkit

Open source development for Neo-Geo
GNU Lesser General Public License v3.0
273 stars 26 forks source link

more examples!! ;-) #1

Closed ozzyyzzo4096 closed 6 years ago

ozzyyzzo4096 commented 6 years ago

Hey! looks like a super cool project to get our hands on neo-geo using C language! :)

Adding few more examples about sprites, backgrounds, sound, synchro etc in 'C' would be welcome!!

What about some cygwin intructions for sdk installation for windows users? ;-)

Keep on the good work!

dciabrin commented 6 years ago

Hey thanks,

I'll push two small examples that serve as a small introduction to sprites and vblank handling. Meanwhile, the main source of inspiration https://wiki.neogeodev.org/.

As for the Windows docs, I need some spare time to run tests on the platform (cygwin? mingw? bash on win10?) and come up with a small README.

dciabrin commented 6 years ago

Just pushed two new examples:

They comes with some comments to help you get started. More will come eventually.

Meanwhile, I'll close this issue, don't hesitate to open a dedicated issue for tracking windows installation.

ozzyyzzo4096 commented 6 years ago

It could be also very nice to expose timer interrupts with a callback system (if it make sense regarding rastertime cost of such a feature?)