• Register

C3D+ is a multi-purpose programming language based off a well known language called BASIC. At its core, it’s meant for powerful yet very simple video game programming. Featuring a full 3D and 2D suite of commands. If you are yearning to create games, and you don’t want to deal with complicated programming languages such as C++, C3D+ is our solution! Features: Renderer OpenGL Shaders Primitives(Cube, Sphere, Stairs, Cone, Cylinder) Post FX (bloom, depth of field, AO) Advanced Lighting Advanced Shadows Terrains Terrain LOD Built in Occlusion / LOD systems Built in water example Frame buffers (render textures) Scripting: C3D+ comes packed with built-in scripting support, allowing you to call and run a script via code, which is an essential feature for games and custom game engines. The language for scripting will be a custom form of JavaScript, which will push the limits of the standard version to provide a powerful and fluid scripting language..

Post feature Report RSS C3D Plus - Database Commands

C3D+ has a new addition! Welcome to the engine, extraordinarily simple and fast MySQL commands!

Posted by on

C3D+ has a new addition! Welcome to the engine, extraordinarily simple and fast MySQL commands!

EXAMPLE:

Global Window = CreateWindow()
Global Cam = CreateCamera()
SetSQLData("localhost", "userName", "password", "databaseName")
;                      Table name   Field names    New Values                   Where name;val (name = val)
SQLUpdate("Accounts", "Email;Pass;", "usernameVal;passVal;", "Email;val;Pass;val;")

While(True)
	UpdateWorld()
	RenderWorld() 
Wend
Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account: