A modest, slightly cross-platform game engine.
Go to file
Lephe 31da1c0998
meta: build system for Dear ImGui + GL3W + FreeType2
* Add build instructions for Dear ImGui that build the SDL +
  OpenGL 3 / OpenGL ES 2 backend.
* Use Dear ImGui's bundled GL3W as a loader (including in azur itself,
  which has not been using a loader until now).
* Properly select headers for OpenGL ES 2.0 (with the VAO extension) and
  attributes for WebGL; clear up OpenGL 4 error codes.
* If FreeType2 is available through pkg-config, or if empscripten is
  used (since it has a FreeType port), use FreeType to render fonts in
  Dear ImGui for much-appreciated hinting quality.

Minor changes:
* Add window title to azur_init().
* Use emscripten's infinite loop simulation to make sure everything
  stays in the same thread. This is needed for Dear ImGui to work.
2022-05-27 20:55:24 +01:00
azur meta: build system for Dear ImGui + GL3W + FreeType2 2022-05-27 20:55:24 +01:00
imgui@4ddb6b46c3 meta: add ImGui as a submodule 2022-05-27 20:55:21 +01:00
imgui-builds meta: build system for Dear ImGui + GL3W + FreeType2 2022-05-27 20:55:24 +01:00
.gitignore azur: basic gint/SDL/emscripten setup with rendering 2021-07-04 14:46:36 +02:00
.gitmodules meta: add ImGui as a submodule 2022-05-27 20:55:21 +01:00
CMakeLists.txt meta: build system for Dear ImGui + GL3W + FreeType2 2022-05-27 20:55:24 +01:00