We are still actively working on the spam issue.

Difference between revisions of "/gedg/ - Game and Engine Dev General"

From InstallGentoo Wiki
Jump to: navigation, search
m (Engines and Libraries: added audio libraries and physics libraries)
m (removed brackets)
Line 22: Line 22:
 
* Ogre(https://www.ogre3d.org/): 3D game engine made in C++.
 
* Ogre(https://www.ogre3d.org/): 3D game engine made in C++.
 
* OpenGL(https://www.opengl.org/): Ubiquitous cross-platform rendering API.
 
* OpenGL(https://www.opengl.org/): Ubiquitous cross-platform rendering API.
* [PhysX](https://developer.nvidia.com/physx-sdk):  A powerful C++ physics library.
+
* PhysX(https://developer.nvidia.com/physx-sdk):  A powerful C++ physics library.
 
* pygame(https://www.pygame.org/): Python library for game dev.
 
* pygame(https://www.pygame.org/): Python library for game dev.
 
* Ren'Py(https://www.renpy.org/): Engine for making visual novels.
 
* Ren'Py(https://www.renpy.org/): Engine for making visual novels.

Revision as of 19:09, 4 April 2023

Game and Engine Development General

The Game and Engine Development General, or /gedg/ is for the discussion of creating games and engines, including the many tools and libraries involved in dev.

Check out the /gedg/ compendium: https://rentry.org/gedg!

Engines and Libraries

Open Source

Closed Source

The term "closed" also includes "pay to view" code.