rcmaniac25 / GamePlay

Open-source, cross-platform 3D native C++ game framework making it easy to learn and write mobile and desktop games.
www.gameplay3d.org
1 stars 1 forks source link

Non-static splash screen support #40

Open rcmaniac25 opened 9 years ago

rcmaniac25 commented 9 years ago

Essentially, allow for loading a small 3D scene with camera and update/video (requires video playback support)/or swapping multiple frames to animate a scene (possibly do with Sprite).

Start with Sprite version, then 3D unless video gets added, then do that.