Bethleem:
Yes the converter is Windows only, thats mainly because GameGuru is only for Windows, so you need Windows to get the media anyway. Everything else will work on ALL platforms, and include water shader, real-time shadows (for all characters and objects) or baked shadows you decide, by default real-time shadows is enabled. Only WebGL is still not 100% automated, you need to enable real-time shadows yourself when you compile for HTML5, I’m working on a automated version for this also, All the code is ready so you can enable it yourself if you need to release a HTML5 game that include real-time shadow tomorrow
, you simply just edit 5 shaders and enable “#define WEBGLVERSION” and it will also work in WebGL, i will try to make this automated for the next release. On ALL other platforms it will work out of the box with no changes.
Quote: "Reading gameguru page…"
Im also making “special” version of the shaders only for GameGuru (DX9-11), they will only work in GameGuru / Windows this is not the same shaders included in GameGuru Loader, thats why it might be confusing if you read on the GameGuru forum, ALL the shaders in GameGuru Loader will work on all platforms, so have no doubt about that.
TECH: Normally real-time shadows is not really fast enough on mobile devices/HTML5, the reason GameGuru Loader is able to do this, is the design of the shadow shader, it will decrease shadow samples (real-time) depending of distance, so far away it only use 1 shadow sample (you can’t see it anyway, and its fast) and close up it use up to 18 samples so it looks really great, it use a mix a poisson samples and pcf. You can also adjust a AppGameKit parameter for speed vs quality so you get it like you want.
Here is a few videos to show you the shadows / water on Windows/Mac/iPad also work on all other platforms, sorry about the quality of the videos, i never really learned to do proper videos
Real-time shadows:
https://www.youtube.com/watch?v=i5W_Lx_vuG8
Real-time shadows on iPad:
https://www.youtube.com/watch?v=CBPG_YjpJic
Water on iPad:
https://www.youtube.com/watch?v=_GJMdX7Yl5A
How to convert your levels, i use GameGuru and the converter on windows and run AppGameKit and GameGuru Loader on my Mac:
https://www.youtube.com/watch?v=wh10jZTIyW4
Let me know if you have any questions,
best regards Preben Eriksen,