Radium dataflow rendering#1018
Draft
MathiasPaulin wants to merge 239 commits intoSTORM-IRIT:release-candidatefrom
Draft
Radium dataflow rendering#1018MathiasPaulin wants to merge 239 commits intoSTORM-IRIT:release-candidatefrom
MathiasPaulin wants to merge 239 commits intoSTORM-IRIT:release-candidatefrom
Conversation
0c6ebf3 to
f96c562
Compare
Codecov Report
@@ Coverage Diff @@
## release-candidate #1018 +/- ##
=====================================================
+ Coverage 45.65% 46.81% +1.15%
=====================================================
Files 312 390 +78
Lines 23060 27333 +4273
=====================================================
+ Hits 10529 12797 +2268
- Misses 12531 14536 +2005
|
229b972 to
c1d4d3f
Compare
c6d82fc to
1e73305
Compare
adc30c9 to
3948560
Compare
1e2be62 to
25142de
Compare
50a585c to
d27d5d7
Compare
8c23496 to
14d958f
Compare
a5c5284 to
66c36f9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Description
This PR is a draft for Node base rendering in Radium.
It extends the PR #1007 with dedicated nodes for rendering and a new type of renderer.
This PR will be rebased (and then force pushed) on any changes in PR #1007
Note that this PR only adds 17 files to the PR #1007 (whose number of files should decrease by removing examples duplicated in unittests)
This PR is stills draft as under heavy work (porting from prototype to the PR)
Right now, the system is quite fonctionning with only a few rendering nodes available
TODO