WolfireGames / overgrowth

Open Source codebase of the game Overgrowth by Wolfire Games LLC
Apache License 2.0
2.51k stars 260 forks source link

Replace GLEW with libepoxy #27

Closed turol closed 2 years ago

turol commented 2 years ago

GLEW is

  1. massive
  2. slow to initialize since it detects everything at startup
  3. there's two copies of it in the tree, Libraries/glew-2.0.0 and Libraries/glew-urkle-core

Replace with libepoxy. See its front page for reasons to prefer libepoxy.