Nicolas Mellado
Nicolas Mellado
* **Please check if the PR fulfills these requirements** - [ ] The commit message follows our guidelines - [ ] Tests for the changes have been added (for bug...
See below a list of requested features and issues raised by undergrad students during their project using Radium [in French]: - [ ] [doc] pages sur les concepts difficiles a...
It could be a great improvement to add an integration tests that checks that the colors (and other attributes) are loaded correctly. _Originally posted by @dlyr in https://github.com/STORM-IRIT/Radium-Engine/issues/803#issuecomment-884086592_
These 3 classes implement similar functionalities that need to be refactored.
In some cases, plugins might need to catch events from the GUI. We could add a signal/slot mechanism in PluginContext to forward events from the UI to the plugins. Of...
The fix introduced in #754 seems "correct", but we way need to refactor animation loading a bit. I'm not an expert in assimp functionalities, maybe check some tutorial like http://ogldev.org/www/tutorial38/tutorial38.html...
Radium can now be compiled using Xcode when enabling precompiled external. The doc needs to be updated to describe the process.
This issue aims at providing a clear roadmap for the design of a proper `BaseApplication` class. See initial discussion here: https://github.com/STORM-IRIT/Radium-Engine/pull/280
Would be nice to load/save alembic files (http://www.alembic.io/). It supports: animations, mesh streams, etc.
There functions for linear interpolation in Core/Math and Core/Animation. We should clean this.