Java2D Performance Issues

前端 未结 3 585
感情败类
感情败类 2020-11-30 16:56

I\'m having performance oddities with Java2D. I know of the sun.java2d.opengl VM parameter to enable 3D acceleration for 2D, but even using that has some weird issues.

3条回答
  •  一整个雨季
    2020-11-30 17:55

    From what I remember when I was thinking about doing graphics programming in Java, the built in libraries are slow. I was advised on GameDev.Net that anyone doing anything serious would have to use something like jogl

提交回复
热议问题