-
-
-
-
-
-
cast2src.zip
this is a sample game engine. source code.
cast engine 2.
-
-
-
winscript_example.zip
VBScript wrapper class allow to add vbscript scenaries to applications. No MFC/ATL/etc.
Example:ScriptEngine engine engine.Initialize() engine.AddDispatch(L"MyFunction",MyFunctionHandler) engine.ParseScript(L"ScriptText) engine.Execite()
-
-
GraphicsHandler.zip
This is a Graphics Handler for bitmaps that are used to describe object or player positions in a game. The use of these bitmaps can also be used to facilitate sprites. The movement of the sprites is done in the Game Engine.
-