The Helios simulation system is a versatile modeling framework that handles tasks such as managing geometry and associated data structures through a C++ API. Plug-ins build off of the Helios core engine, and access the geometry and data via the Helios context. The sytem comes with a visualization plug-in that can produce stunning renderings of model geometry and data with relatively little effort.
I really appreciate your work for this library. When working with it, I found that it would be very handy to support simple outputs for your defined types. In this PR you found a suggestion for std::cout support. So if you like, please add this to the next version.
Dear team,
I really appreciate your work for this library. When working with it, I found that it would be very handy to support simple outputs for your defined types. In this PR you found a suggestion for std::cout support. So if you like, please add this to the next version.
Best, Jannes