blackvoid

Hi, yes I'm working on examples today in fact. What sort of demos would you like to see?

PGSDK will have two layers: a core API (done) and oop layer (wip) over the core API. Depending on how you structured your code it should be able to integrate with relative ease. Something to consider, when you design your projects create an abstraction layer for your subsystems (graphics, audio, ai, etc), this way as you change implementations, the calls made to these subsystems will remain the same throughout your higher level code.

Give me an idea of the type of examples that you would want to see and I will see what I can do. Feel free to email/PM me if you wish.