The constraint package is a constraint satisfaction problem solver written in 100% pure Python. The implementation uses constraint propagation algorithms. Constraints and Domain implementations are provided to work with finite domains and finite intervals. It should be fairly easy to add new kind of domains such as finite integer domains, together with specialized constraints.
ibSIMDx86, also know as just SIMDx86, is an optimized math library meant for developers of 3D games engines, 3D visualizations, 3D software rasterizers, and other simulations that uses SIMD instructions, that is Single Instruction, Multiple Data. Later it will support pixel operations for images, and digital signal processing.
Wt (pronounced 'witty') is a C++ library and application server for developing and deploying web applications. The API is widget-centric, and inspired by existing C++ Graphical User Interface (GUI) APIs. To the developer, it offers complete abstraction of any web-specific implementation details.
Our overall goal for this project is to extend existing and develop new methods for high quality, real-time rendering of very large, very detailed terrains on commodity hardware.
We try to reach this goal by using a combination of hardware friendly level-of-detail algorithms and procedural detail generation.