Bzomak / oolite-msys2

Builds oolite from scratch
0 stars 0 forks source link

Update Oolite to work with more modern OpenGL #47

Open Bzomak opened 5 months ago

Bzomak commented 5 months ago

A lot of Oolite still uses old fixed-function pipeline OpenGL, which is disturbingly antiquated. The integration of rendering to frame buffers has brought the minimum required OpenGL function up to version 3.3 - we should bring the rest of the codebase up to the same standard.