Commit Graph

7 Commits

Author SHA1 Message Date
Dennis Kobert
0393dd057a Implement conversion to gpu for different renderable types 2025-12-21 22:53:11 +01:00
Dennis Kobert
aade019019 Only rasterize data within bounds 2025-12-21 22:53:10 +01:00
Dennis Kobert
397068b32b Fix transform 2025-12-21 22:53:10 +01:00
Dennis Kobert
de8bdc7209 Make texture size not 1x1 2025-12-21 22:53:10 +01:00
Dennis Kobert
4a9fb5162b Prototype vector to raster conversion 2025-12-21 22:53:09 +01:00
Keavon Chambers
e8ebcc2c21 Replace text-only tooltips with custom richly styled tooltips (#3436)
* Replace the title attribute with custom FloatingMenu tooltips

* Separate tooltip labels and descriptions into two styled blocks

* Move keyboard shortcut tooltips to a separate section at the bottom

* Update shortcut key styling in tooltips and hints bar

* Fix .to_string()
2025-11-30 13:32:58 -08:00
Dennis Kobert
406f3d93f3 Add tool for visualizing crate hierarchy (#3315)
* Add tool for visualizing crate hierarchy

* Update crate structure

* Restructure crate viz and integrate crate into workspace

* Remove transitive dependency edges

* Move png / svg creation into the rust binary
2025-11-28 15:34:45 +00:00