GeorgievLab / CeCe-core

CeCe core library
http://georgievlab.github.io/CeCe/
GNU General Public License v3.0
0 stars 1 forks source link

Redesign rendering module #15

Open NTSFka opened 7 years ago

NTSFka commented 7 years ago

Current rendering module uses only OpenGL ~1.2 features.

The goal is redesign the module to support instance rendering (scene mostly contains a large amount of cells) and other features to improve rendering performance.

Switching to other rendering API is not possible because others are not supported on all supported platforms.