Radium Engine  1.5.0
Developer manual

There are three main options to work and develop using Radium:

  1. Write a plugin: full access to the Radium data structures, perfect to implement a new functionality: mesh processing, rendering.
  2. Write an application: give total control over the GUI, the camera settings, etc...
  3. Contribute to Radium libraries: to improve/extend core components of Radium, add tests.

Radium offers several cmake functions to configure and build your extension.