Projects tagged ‘3d’ and ‘c’


[110 total ]

27 Users
   

Warzone 2100 was one of the first 3D RTS games ever. It was released commercially by Pumpkin Studies in 1999, and released in 2004 under the GPL. The Warzone Project wishes to make Warzone 2100 one of top free software games available.
Created over 3 years ago.

16 Users
   

Clutter is an open source software library for creating fast, visually rich and animated graphical user interfaces. Clutter uses OpenGL (and optionally OpenGL ES) for rendering but with an API ... [More] which hides the underlying GL complexity from the developer. The Clutter API is intended to be easy to use, efficient and flexible. [Less]
Created over 2 years ago.

14 Users
   

Verse is a network protocol that lets multiple applications act together as one large application by sharing data over a network. If one application makes a change to shared data, the change is ... [More] distributed instantly to all the other interested clients. [Less]
Created over 3 years ago.

12 Users
   

Warsow is a standalone, eSports-oriented FPS game. It is based on Qfusion, an advanced modification of the Quake 2 engine. It features fast-paced gameplay focused on trix (trick jumps) and art of ... [More] movement. War§ow features a complete power-up system, including weak and strong fire mode for each weapon in all "normal" gametypes as well as Warshell (battle shield) and Warshock (quad damage) for team-based gametypes. Its cartoonish graphics use cel shading with a style that is similar but not identical to Manga. [Less]
Created over 3 years ago.

4 Users

Created about 1 year ago.

2 Users
 

This is a project aiming to create a graphical editor for Panda3D. .gadget-title { margin-bottom: 2px; } function resizeIframeHandler(height) { var elem = ... [More] document.getElementById(this.f); height = Math.max(100, height); if (elem) { elem.style.height = height + 'px'; } } gadgets.rpc.register("resize_iframe", resizeIframeHandler); gadgets.rpc.register('set_title', function(title) { var elem = document.getElementById(this.f + '_title'); if (elem) { elem.innerHTML = gadgets.util.escape(title); } }); [Less]
Created about 1 year 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.

1 Users

Created about 1 month ago.

1 Users

libmagt is a 3d potential field modelling library. It's the first step towards a framework for testing geophysical inverse modelling methods.
Created about 1 month ago.

1 Users

3D soccer game in C++ Very well designed soccer game. Revolutionary control system Enhanced 3D graphics DirectX10 and OpenGL2.0 Enanched AI features
Created about 1 year ago.