topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday March 19, 2024, 6:45 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: The Original Nuclex Engine (C++) - Released to Public Domain  (Read 3087 times)

tinjaw

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,927
    • View Profile
    • Donate to Member
(via gamedev.net)

Nuclex Engine Sources Released
Posted by: Nuclex Developmnt Labs at August 1, 2007 2:55:13 PM
 
Nuclex Development Labs has released the source code of their Nuclex Game Engine to the public, free of any charge. The engine has been developed in-house and was originally intended to be used for the studio's indie games business, but became obsolete when the switch to C#/XNA was made. It is based on modern programming paradigms and stands proof that Boost and Loki are very usable for game development purposes and that usage of smart pointers and a design-first approach do not lead to a bloated or badly performing game.

It is released in the hopes that other developers can learn from its code and maybe use parts of it for their own creations. Bits of interest are a complete graphical GUI system, streaming of data from .rar and .zip archives and template-based generation of optimized RGB pixel format conversion code at compile time.

Further informations and links to download the engine sources can be found here:
http://www.nuclex.or...al-nuclex-engine-cxx

[attach=#1][/attach]