We'd like for the community to submit sample code they think should be included in PSPSDK. Here's the type of code we're looking for:
- Each sample should demonstrate one feature or concept. It's OK to have a small amount of support code that may be reused across samples, but a sample shouldn't implement a library.
- Samples should only comprise one or two source files, and two is stretching it.
- Samples must clearly describe their function, and any code surrounding the sample's function must be adequately documented. It's OK to include a README if you feel it's necessary.
- Samples must build using PSPSDK's build.mak (just see the other samples for details on how it's used, or ask).
Have fun!