Inside niven: Dynamic class loading

Today, we take a look at niven’s class loader, which is responsible for dynamic instancing of classes from plugins and packages, and is likely to become a core component of the serialization system.

Continue reading

Posted in Programming | Tagged , | Leave a comment

Collada 1.4 is out!

The Collada 1.4 spec is out, grab it from the Khronos Group. The Collada DOM (a C++ API for import/export of Collada files) has not yet been released, though.

Posted in Graphics | Tagged | Leave a comment

Inside niven Part. I

This is the first of a series of articles that describe the inner workings of niven. In the first article, I’m gonna tell you something about niven’s RTTI system, object handling and other core stuff. Continue reading

Posted in Programming | Tagged | Leave a comment

DirectX 10 – The beginning of the end?

Microsoft released the DirectX December 2005 SDK lately, which contains pre-release DirectX10 information. Looking closer at DirectX10, it might be in my opinion the best reason to switch over to OpenGL now, and support that API on a broader base.

Continue reading

Posted in General | Tagged , , | Leave a comment