The most natural solution to many rendering problems is to simply implement a function to return the colour at an 2D image coordinate. However, such image-space implementations tend to be uncompetitive with object-space alternatives which can exploit the superior coherence of that space (although
... [More] often at the cost of increased implementation complexity). Voluminum contains some experimental code which attempts to redress the balance by capitalizing on the potential of the image-space approach to deploy a limited budget of samples in a smarter way reflecting actual scene saliency. [Less]
YB.ORM tool is developed to simplify writing C++ code dealing with SQL databases. The approach used is known as the Object-Relational Mapping (ORM). The goal is to provide a convenient interface like SQLAlchemy (Python) or Hibernate (Java). There are ports to Linux and Windows (MinGW, MSVC). SQL
... [More] dialects supported: SQLite, MySQL, Postgres, Oracle, Firebird. You can build and use YB.ORM with your favorite toolkit: Boost, Qt4, or wxWidgets. [Less]
Fost 4 is a C++ web application framework.
This is a reworking of previous Fost systems which date back to 1997 and is the first one that is cross platform. We are currently porting from Windows to Linux and Mac OS/X.
Ask objects prompt a user for an object repeatedly until valid data is entered. Help messages are displayed based upon user inputs or errors. Supports various natural languages. Handles journaling and mixed indirect input from files and user keyboard which makes for easier testing of applications.
... [More] Includes documentation, example applications and test code. [Less]
Boost.PHP is a set of C++ header files that allows you to create your PHP extension in C++ without any obfuscating ZEND_* / PHP_* macros, like the glorious Boost.Python after which this is loosely designed
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