Skip to content

Head repository combining all the Radium-related repositories

License

Notifications You must be signed in to change notification settings

STORM-IRIT/Radium-Releases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 

Repository files navigation

Radium-Releases

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 several components (e.g. libraries, apps, plugins). The purpose of this repository is to provide a unique entry point to easily fetch, compile and run all the tools provided by Radium. This repository also builds the ecosystem and provide pre-compiled binaries for the different releases.

Related repositories

Am I using the right repository ?

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-Releases/releases. You may also want to compile it from source, checkout here
  • 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, you still need to compile and install the libraries (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.

Content of this repository

Continuous Integration Scripts

Fetch and compile the whole ecosystem each time any of the master branch of the related repositories is updated.