unchartedsoftware / grafer

Large graph rendering library.
Apache License 2.0
3 stars 2 forks source link

feat: add functions to set graph translation and scale by reference #193

Closed ccarmichael-uncharted closed 4 months ago

ccarmichael-uncharted commented 4 months ago

This PR adds functions to set graph translation and scale values by reference. This is needed by the new side-by-side graph comparison feature in Recourse, where we need to keep the viewport transform synchronized across Grafer instances, and thus having both instances point to the same underlying memory reference is more performant than watching and copying values back and forth.