Tag: C++ Programming
C++ Wave File Writer from Text File
Posted by M. Saqib | Jan 7, 2021 | C++ Source Code |
Vigenere Encryption and Decryption in C++
Posted by M. Saqib | Last updated Jan 1, 2021 | C++ Source Code |
PLIB – A Suite of Portable Game Libraries
PLIB is a set of multi-platform and open source libraries for the development of games. It is written by Steve Baker in 1997. PLIB is written in C++. It supports Windows, Linux, UNIX and MacOS. PLIB is licensed under Library GNU Public License (LGPL 2.0). The latest and the stable version of PLIB is v.1.8.5 that was released in October, 2006.
Read MorePhyreEngine
PhyreEngine is a multi-platform game engine developed by Sony Interactive in 2003. This engine is written in C++. It targets the platforms of PlayStation, Windows, Android and iOS. The most stable version of this engine is released in January 2012. PhyreEngine is licensed under Proprietary.
Read MorePanda3D – Open Source Framework for 3D Rendering and Games
Panda3D is an open source, multi-platform, 3D rendering engine for developing games and VR (Virtual Reality). It was developed by Disney Interactive in 2002. It is written in C++ and Python. This engine targets the platforms of Windows, Linux, MacOS and Silicon Graphics workstations running Irix. The most stable version of this engine is released in 19 March, 2020. Panda3D is a free licensed engine under BSD license.
Read MoreORX – Portable 2D Game Engine
ORX is a cross platform, open source, portable, 2D oriented game engine developed by ORX Projects. This game engine is written in C/C++. It runs on Windows, Mac OS X, Linux, Android and IOS. Most stable version of ORX is released In May 10, 2020. ORX is published under a free software license called ZLIB license.
Read MoreOpenClonk 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.
Read MoreThe 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.
Read MoreOGRE – 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).
Read MoreMarmalade – For Developers to Innovate, Create and Craft Content
Marmalade SDK (Software Development Kit) is a cross-platform, 2D and 3D game engine developed by Marmalade Technologies Limited. It is written in C++ and modules of Lua, HTML5 and Objective C. Depending on the type of licenses purchased, Marmalade SDK supports developments of games for the platform of Android, Blackberry 10, iOS, Tizen, LG Smart TV, Mac OS, Microsoft Windows, Roku 3, Windows Phones and Nintendo Switch. It was launched in late 2009 and its first stable version was released on September 2016. It is a proprietary licensed game engine.
Read More
Subscribe for updates
Advertisement
Recent Posts
-
Selection Sort Video – Algorithm ExplanationLast updated Jan 21, 2021 | Videos
-
Quicksort Video – Algorithm ExplanationLast updated Jan 21, 2021 | Videos
-
What Are The Best Programming Languages for Game Development?Last updated Jan 20, 2021 | Blog
-
Qfusion 3D Open Source Game EngineJan 19, 2021 | Blog
-
How to Read and Write Excel Files in C#Last updated Jan 19, 2021 | C# Programming Tutorials
-
The Pyrogenesis RTS and 3D Game EngineLast updated Jan 17, 2021 | Blog
-
Fundamental Principles of Data Integration for Database AdministratorsLast updated Jan 12, 2021 | Blog
-
What Makes Houseparty a Safe, Fun Way to Connect in 2021Last updated Jan 11, 2021 | Mobile Tech
-
C++ Wave File Writer from Text FileJan 7, 2021 | C++ Source Code
-
LRU and FIFO L1 Cache Implementation using CLast updated Jan 5, 2021 | C Programming Source Code