What are some faster alternatives to Java2d?

后端 未结 4 1264
一向
一向 2021-02-12 23:14

I\'m looking to do some physics simulations and I need fast rendering in Java.

I\'ve run into performance issues with Java2d in the past, so what are the fast alternativ

4条回答
  •  醉酒成梦
    2021-02-12 23:35

    Also check out Slick, which is based on LWJGL and is in some ways similar to Java2D. It uses OpenGL and is thus greatly faster.

提交回复
热议问题