Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 2.52 KB

File metadata and controls

26 lines (21 loc) · 2.52 KB

Radium-Engine libraries

Radium is a research 3D Engine for rendering, animation and processing. It is developed and maintained by the STORM research group.

The Radium ecosystem is composed of

Which repository should I use ?

Depending on you needs, you may want to:

  • Use Radium as a viewer and processing software, with graphical user interface. That's the most simple case: simply download the latest release, and run. See https://github.com/STORM-IRIT/Radium-Engine/releases
  • Contribute to Radium, or develop your own application of plugin: Radium Libraries is the default and mandatory repository you need to fetch first. If you only want to use Radium, compile and install it (see documentation). Then,
    • If you want to contribute to the application or plugins developments, fetch and compile the Radium Apps and Radium Official Plugins respectively.
    • If you want to write your own application of plugin, checkout the HelloRadium and Radium Plugins Example projects.

Badges

Status Tool used
Build Status (linux-macosx) CI on MacOSx and Linux with TravisCI
Build status(windows) CI on Windows with Appveyor
Codacy Badge Automated code review with codacy