Difference between revisions of "Prizm Programming Portal"
From WikiPrizm
Jump to navigationJump to searchKermMartian (talk | contribs) |
(→Tutorials: Added new tutorial, made the debugging as a bullet as it doesn't have a specific place in the tutorial layout.) |
||
Line 15: | Line 15: | ||
# [[PrizmSDK Setup Guide]] - Setting up the PrizmSDK | # [[PrizmSDK Setup Guide]] - Setting up the PrizmSDK | ||
# [[Learning the Ropes]] - Learning how the SDK works and how to make projects | # [[Learning the Ropes]] - Learning how the SDK works and how to make projects | ||
− | # [[Debugging Crashes]] - Finding where your inevitable errors are. | + | # [[Hello World]] - Making your first Addin |
+ | * [[Debugging Crashes]] - Finding where your inevitable errors are. | ||
Zeldaking/Ashbad Tutorials: | Zeldaking/Ashbad Tutorials: | ||
# [[Zeldaking Tutorial 1|Introduction]] - Getting resources for learning C and setting up the SDK | # [[Zeldaking Tutorial 1|Introduction]] - Getting resources for learning C and setting up the SDK | ||
# [[Zeldaking Tutorial 2|The Basics]] - Learning how add-ins are made | # [[Zeldaking Tutorial 2|The Basics]] - Learning how add-ins are made |
Revision as of 14:41, 30 July 2012
SDKs and Tools
- PrizmSDK: PrizmSDK v0.3
Reference Guide
- Addin Usability Guidelines - A list of guidelines to make your addins more user-friendly.
- System Calls - Contains documentation of functions for use in add-ins
- (Deprecated) Old System Calls Reference may contain documentation that has not been updated recently.
- Keycode Reference -
- BASIC Reference - Contains documentation of Prizm-Basic functions
- Useful Routines - A list of useful routines that can be used in your programs
- Technical Info - Documentation of the Prizm's hardware and other system features
Tutorials
Article creation is still being completed. Please discuss this section.
- PrizmSDK Setup Guide - Setting up the PrizmSDK
- Learning the Ropes - Learning how the SDK works and how to make projects
- Hello World - Making your first Addin
- Debugging Crashes - Finding where your inevitable errors are.
Zeldaking/Ashbad Tutorials:
- Introduction - Getting resources for learning C and setting up the SDK
- The Basics - Learning how add-ins are made