Home

OpenClonk
Blog

OpenClonk 2D Rendering Engine

OpenClonk is a multi-platform, open source game engine, developed by OpenClonk Developers in 2010. OpenClonk is not just a flexible 2D scene game engine but it is also a game. OpenClonk engine is licensed under ISC License and the game content is licensed under the CC BY-SA, CC BY and CCO. OpenClonk is written in C++. It developed games for multiple operating systems which are Windows, Linux and OS X.

,
typedef keyword
Tutorials

The Typedef and using Keywords in C and C++

The typedef or “type definition” is a keyword in C or C++ Programming language that allows declaring different names for types such as int or char. It specifies that that the declaration is a typedef declaration rather than a variable or function declaration. In C/C++, any valid data type can be aliased so that it can be referred to with a different identifier.

, ,
zombie driver
Blog

OGRE – Object Oriented Graphics Rendering Engine

OGRE is multi-platform, open source, graphics engine developed by The OGRE Team in 2005. It is a scene-oriented, real-time, 3D rendering engine. OGRE stands for “Object Oriented Graphics Rendering”. It is licensed under MIT License. OGRE is written in C++. It develops game across multiplatform such as Windows, Linux, Xbox and PS3. It is used to develop FPS (First Person Shooter) as well as RPG (Role-Play Game).

,
Scroll to Top