Java 2D scene graph library for GUI

前端 未结 2 1141
忘掉有多难
忘掉有多难 2021-02-04 21:06

I\'m looking for a 2D scene graph library for building GUI applications. It should be fast, using Java2D and be compatible with Swing (embeddable in a Swing app and also display

2条回答
  •  盖世英雄少女心
    2021-02-04 21:36

    Amino is another one created by Joshua Marinacci. It's very new, but has some interesting features such as CSS skinning, 2D or 3D backends. I am also very much intrigued about its use of an event bus rather than listeners, as that is quite in line with the Scala+Actor stuff I am working on at the moment.

    That said, I haven't played with it (yet), so I don't know how good it is.

    http://leonardosketch.org/amino

提交回复
热议问题