Krakatoa SR API Build - Sep. 11, 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.

New features in this release:

  • Added the ability to “cancel” the render via a user callback function.
  • Added new stream operator to offset particles in time.
  • Added new stream operator to multiply particles based on a smaller set of particles.
  • Changed the API interface to stream modifiers to be more intuitive.
  • Fixed issues that was causing unnecessary dependencies on older visual studio CRTs.
  • Including the required Visual Studio CRT redistributable installer as part of the download (vcredist_x64.exe).

Please provide feedback on the forums! As this is a preliminary release, I would like to get as much feedback as possible before we finalize the API. More examples of how to use the API are coming soon, but it should be fairly straightforward as all the documentation is included in the header file.