KillBox icon indicating copy to clipboard operation
KillBox copied to clipboard

Render graphics in batch to optimize the rendering and make it faster

Open AXDOOMER opened this issue 8 years ago • 2 comments

Improve the OpenGL performance by rendering graphics in batch (a bunch of polys at the same time).

https://github.com/SilverTiger/lwjgl3-tutorial/wiki/Batching

AXDOOMER avatar Mar 29 '17 00:03 AXDOOMER

See an E-Book about modern OpenGL. https://open.gl/

AXDOOMER avatar Dec 28 '17 05:12 AXDOOMER

This project is using OpenGL < 2.0.

In the future, it should be ported to modern OpenGL. See documentation:

  • Download the E-Book here.
  • See OpenGL example here.

AXDOOMER avatar Dec 28 '17 05:12 AXDOOMER