开发者

A good drawing library for Java that uses Jogl (and it is not Java2D)

I was wondering if there is开发者_StackOverflow a rasterization library (like Cairo is for C) written in Java, that uses Jogl as it's backend.


GLG2D does pretty much what you want. You can draw using the Java2D API, specifically Graphics2D, and the rendering is done with OpenGL.

Alternatively, just use JOGL if you have the opportunity to build the application from scratch.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜