-
Notifications
You must be signed in to change notification settings - Fork 4
Home
AJ Kelly edited this page May 29, 2017
·
6 revisions
Writing the documentation multiple times is something that should be avoided, so you might want to check the doc/ directory. There's also no current "ideal" setup for the public documentation, either. This is open to discussion.
The best place for seeing a quick overview of the included examples is Examples.txt.
Some of these may not be fully complete, but anything in this section should be working.
- 00_skeleton – Skeleton project for Neo-Geo development
- 01_helloFix – "Hello World" using the Fix Layer
- 02_helloSpr – "Hello World" using the Sprite Layer
- 03_paletteBasics – Neo-Geo Palette Basics
- 04_inputBasics – Neo-Geo input (joysticks) basics
- 05_fixFuncs – freemlib for Neo-Geo Fix Layer functionality
- 06_bgBasics – Neo-Geo background basics
- 07_animBasics – Animation basics
- 08_collision – Collision