ebreak / simu

“模拟宇宙”(SIMulated Universe)是一个基于 OpenGL 和 UDP(Pyrite 协议)物理引擎实现。
1 stars 0 forks source link

Switch to modern OpenGL #2

Open ChihHao-Su opened 3 months ago

ChihHao-Su commented 3 months ago

The fixed function pipeline(immediate mode APIs) has become obsolete, and has been removed from core OpenGL 3.1 and above.

ebreak commented 3 months ago

近期正打算换渲染引擎,OpenGL实在是太原始了,大部分精力放在基础设施上并不是一件好事。

Going to change a render recently. OpenGL is too primitive for this project. It is not good to think too much on the infra.