Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Simple SDK Question (Read 4198 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Simple SDK Question

Is there some comprehensive documentation for the SDK somewhere that I've missed?

Simple SDK Question

Reply #1
If you are looking for a help file that explains everything, well, there is no such thing. The existing documentation comes in three parts:
  • the SDK readme which explains fundamental design principles,
  • the comments in the SDK header files, and
  • the tutorials available from the developer forum and my homepage.

Simple SDK Question

Reply #2
Aha.  Thanks then.  I'll look into them.

Simple SDK Question

Reply #3
Don't forget also the source of some plugins that is available, and can be useful as an example

Simple SDK Question

Reply #4
To add to what bubbleguuum suggested, I'd recommed getting the 0.8 SDK (search the forum). The old SDK included the source to lots of components. These are still good references for general foobar programming even though quite a bit of the API has changed.