b3dgs / lionengine

Java 2D Game Engine
http://lionengine.b3dgs.com
GNU General Public License v3.0
137 stars 23 forks source link

Add rendering mode control with automatic detection #783

Closed DjThunder closed 2 years ago

DjThunder commented 2 years ago

Add a function to choose between direct and buffered rendering. Must be automatically detected at launch with best choice. (Direct is faster without scaling, especially on small device, buffered else).