Krakatoa SR API Build - Sep. 26, 2012

Attached is a build of the Krakatoa SR C++ API.

Package include:

  • C++ headers.
  • Windows 64 bit .DLL, and .LIB linking library. You should be able to link to it using Visual Studio vc90 or vc100 runtimes.
  • Installer for the required Windows VC common runtimes.
  • Linux shared library built on CentOS 5.6.

Release Notes:

  • Added PRT Volume generated particles.
  • Added fractal particle generation.
  • Added PRT-file output. This includes support for users to specify custom channels and bit sizes for channels.
  • Now supports loading of .OBJ mesh files, and generating velocities from two mesh files
  • Improved the API’s stream interface.
  • Added new “time offset” stream operator.
  • Improved progress logging output.
  • Improved the cancel event handling code.
  • Fixed bugs with exception handling.
  • Split up the API’s header file KrakatoaSR.hpp into seven smaller, more easily managed headers.
  • Improved output messages. Particles are now human-readable using commas (example: 1,234,567).
  • Fixed bug in the lights code that was not respecting the user’s light shape parameter.
  • Fixed bug in profiling sections on Linux.