Jonathan Sandusky
                                            Jonathan Sandusky
                                        
                                    Just importing the weight tracks should be sufficient. I feel this is off into the realm of things like phase-matching (which requires no changes, just ratio management and external data...
Pants change inbound. This is awesome.
Tried it out ... it's pretty awesome. - The vanishing drag/drop cursor indicator was far more jarring than I had expected to be - That assert in [imgui.cpp line #5912](https://github.com/ocornut/imgui/blob/viewport/imgui.cpp#L5911)...
I might have missed it, but are there any functions for setting the available rect? Specifically for stopping pop-ups from going into the task-bar area.
This is really coming together. I was thrilled when I turned on resizing by window edge and it actually worked.
Any plans for daisy-chaining fonts to deal with DPI? Fighting off blurry fonts is an issue (using one monitor 1080p @ 96dpi with another 1080p @ 180dpi, on win32 backend)....
Swapping out the FontAtlas' worked plenty well enough. Disabled DPI font scaling in the platform config, built up an atlas for each encountered DPI, and did the following in the...
Bitfield checkbox matrix:  Code: https://gist.github.com/JSandusky/af0e94011aee31f7b05ed2257d347637 Uses a `bool BitField(const char* label, unsigned* bits, unsigned* hoveredBitIndex);` signature. Hovered bit index is useful for tooltip to show names (ie. user defined...
Oh yeah, I guess that would work. Kind of silly but it'd work and isn't a chore (just a bake).
If you still haven't figured this out (or for anyone else). Set "Keys" for the reference to the name of your struct containing the collection. When polymorphism is desired then...