Stefan Buschmann
Stefan Buschmann
Sure, if someone likes to provide an implementation for that, so that we can remove this dependency, please go ahead :)
What exactly is the DaM prototype? Not using acronyms all the time would really help.
This still needs to be addressed. There has been a prototypical implementation, but it needs to be revised.
Instead of this, we will first make the Canvas class thread-safe that calls the pipeline update and rendering. This issue should still be worked on later.
Some thoughts on this: 1) Should this be its own derived Stage, or a functionality in the Stage base class? The latter would blow up the basic functionality and would...
This should be reexamined for gloperate 2.0. One part would be a pipeline interface for controlling the virtual time (already implemented), which by default just propagates the "real" time from...
We may add support for this later in cppexpose by extending the Typed-interface
One comment on the previous: > the floating point editor already circumvents toString() and fromString() for this reason. I don't see why this is "circumventing". A specific editor for a...
The Variant itself is OK, but still it is as I said: working with it to compose a hierarchy is just a pain, and that's a very important use case...
I like the idea of a platform check and also think this would be the cleanest solution. Options can always be overwritten by the user, therefore they are cache-variables, but...