Projects tagged ‘cplusplus’ and ‘opengl’


Jump to tag:

Projects tagged ‘cplusplus’ and ‘opengl’

Filtered by Project Tags cplusplus opengl

Refine results Project Tags game (41) windows (33) linux (32) graphics (26) 3d (25) sdl (22) cross-platform (16) c (15) 2d (13) engine (13) qt (13) framework (12)

[115 total ]

299 Users
   

Qt is a cross-platform application and UI framework. Using Qt, you can write applications once and deploy them across many desktop and embedded operating systems without rewriting the source code.
Created over 2 years ago.

9 Users
 

S.C.O.U.R.G.E. is a Rogue-like game with a modern user interface. The game allows a group of four characters to search for treasure, kill enemies, gain levels, etc.
Created over 3 years ago.

5 Users
 

The Visual Component Framework is a cross platform C++ application framework that offers a modern, clean architecture. It is divided into three major libraries. The FoundationKit provides services ... [More] such as file access, streams, threads, synchronization primitives, and advanced RTTI features. The GraphicsKit includes classes for working with both image and vector graphics, and has built in support for the Anti-Grain Graphics library. The ApplicationKit provides GUI controls, use of the Model-View-Control pattern, property and component editors, undo/redo support, drag-and-drop, clipboard services, application resources, and UI metrics and policy managers. Additional "Kits" adding advanced functionality include an HTML kit, Internet kit, JavaScript kit, Network kit, OpenGL kit, and RegEx kit [Less]
Created over 3 years ago.

2 Users

Angel is a 2D game prototyping engine based on OpenGL and C++. Angel was originally made by a group of employees at Electronic Arts Los Angeles for use in a GameJam they were planning for April ... [More] 2008. The source was opened in January 2009. Angel provides: * Actors (game objects with color, shape, responses, attributes, etc.) * Texturing with Transparency * "Animations" (texture swapping at defined intervals) * Rigid-Body Physics * A clever programmer can do soft-body physics * Sound * Text Rendering with multiple fonts * Particle Systems * Some basic AI (state machine / pathfinding) * Config Files * Logging * Input from a mouse, keyboard, or Xbox 360 controller * Binding inputs from a config file * Python Scripting * In-Game Console [Less]
Created 10 months ago.

2 Users

Seed is a multiplatform C++ game development framework that aims mainly at recompile only portability between a wide range of platforms and consoles.
Created 12 months ago.

2 Users

libNUI is a hardware accelerated GUI framework that makes it possible to build rich multi-platform applications based on 3D rendered dynamic layouts. Interfaces are built as a composition of widgets ... [More] and behaviors, and the framework handles positioning, resizing, anchoring, and texture stretching. Objects are connected with synchronous events and delegates for mono-threaded communication, or asynchronous notifications and message queues are used for multi-threaded applications. It also supports strings (including Unicode), paths, files, data streams, fonts, threads, critical sections, audio buffer rendering, and more. [Less]
Created 6 months ago.

2 Users

PVLE is a lightweight cross-platform game engine (real-time visualisation/simulation engine), using OSG (OpenSceneGraph) and ODE (OpenDynamicsEngine) among other well-known libraries. It is ... [More] cross-platform and written in C++. It differs from other engines in the way it uses existing code instead of re-inventing things, and because it does not hide underlaying libraries. [Less]
Created 11 months ago.

2 Users

The Legend of Mazzeroth is a project covering three sub-projects with the ultimate goals of providing a fun, high quality offline RPG, a persistent online world (MMORPG style) and a 2D game development framework.
Created 4 months ago.

2 Users

The Chinese game Mahjongg is popular over the world. It combines elements of strategy, wisdom and luck. The objective is simple, but so captivating - you must match sets of tiles together to clear ... [More] them from the board. Amazing Mahjongg 3D gives you an opportunity to enjoy classic Mahjongg game on your desktop computer. [Less]
Created 11 months ago.

2 Users
 

oglpp, a shortcut for (O)pen(GL) (P)lus (P)lus, provides several libraries to facilitate OpenGL development. The goal of the gle, a shortcut for Open(GL) (E)xtension library, is to provide all ... [More] OpenGL extensions to C/C++ OpenGL developers. gle detect, at run-time, whether OpenGL extensions are supported or not by the driver. gle initialize them and provide entry points to be able to use it easily. glo is a small library to encapsulate OpenGL object (like display list, texture and so on) into easy to use classes. glContext is a library providing the needed cross-platform API to add OpenGL capabilities to any user interface toolkits (gtk/gtkmm, wxWidgets, qt and so on). [Less]
Created over 2 years ago.