GGI stands for "General Graphics Interface", and it is a project that aims to develop a reliable, stable and fast graphics system that works everywhere. We want to allow any program using GGI to run on any platform requiring at most a recompile.
PAL (physics abstraction layer) is a portable C++ physics abstraction API. It provides a unified interface to a number of physics engines (Bullet, ODE, PhysX...).
This enables the use of multiple physics engines within one application. It is not just a simple physics wrapper, but provides an
... [More] extensible plug-in architecture for the physics system, as well as extended functionality for common simulation components. [Less]
Libneuro is a toolkit and middleware for visual applications, including games. Currently limited to 2d surfaces, it however contains an advanced painter's algorithm which is the backbone for core utilities like graphical user interfaces. The painter's algorithm is designed to avoid the whole screen
... [More] to be redrawn on the frame buffer at every cycle, thus it is efficient on older systems. [Less]
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy