开发者

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

开发者 https://www.devze.com 2023-04-07 03:07 出处:网络
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 t

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

精彩评论

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

关注公众号