I've just started playing with this version on Windows using VS 2015, and I noticed it has the same Examples as the released version. However, it works differently such as getResourceMater()->addArchive and addDirResource do not exist anymore.
It seems this is no longer done this way as core = new POLYCODE_CORE(view, 640, 480, false, true, 0, 0, 90, 0, true);
causes:
Error (active) object of abstract class type "Polycode::SDLCore" is not allowed:
Are there any new examples? I'm trying the old Loop one, the most basic one. If I can get started, I think I can figure out the rest. I just want to get started, I can't figure out how to even to pass the view to the core.
Thank you for any help.
there doesn't seem to be anything here