For those who are interested. I just tested `org.j...
# compose-desktop
m
For those who are interested. I just tested
org.jfree.skija.SkijaGraphics2D
, which is an AWT Graphics2D implementation based on Skija, together with Compose. You can use this, e.g., to make a graphics or charting library based on AWT directly available in Compose Desktop. See: https://github.com/jfree/skijagraphics2d/issues/1#issuecomment-882091866
K 10
o
Good job, but note that AWT components can be used with Compose already, via SwingPanel
m
I know but this offers the possibility to do all the rendering via Skija and easily mix it with other renderings.