TACC / Galaxy

Galaxy is an asynchronous parallel visualization ray tracer for performant rendering in distributed computing environments. Galaxy builds upon Intel OSPRay and Intel Embree, including ray queueing and sending logic inspired by TACC GraviT.
Apache License 2.0
19 stars 9 forks source link

Implement design pattern for registering Keyed Objects #9

Open dhrogers opened 5 years ago

dhrogers commented 5 years ago

Currently SampleVis class must register its children.

This happens 'all over galaxy' so it's bigger than just the SampleVis thing.