diff options
| author | Andre Weissflog <floooh@gmail.com> | 2024-02-18 17:24:20 +0100 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2024-02-18 17:24:20 +0100 |
| commit | 004223737d9f6d07a0aa5c63659662480285de29 (patch) | |
| tree | 463557d5f4f5ec6c22d804bfa3796b2d0f18e2a1 | |
| parent | a40c4460c9383228726efcb9f5b96abc996ba0fe (diff) | |
readme: add back link to a fork of the Learn OpenGL samples
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,8 @@ cross-platform libraries for C and C++, written in C. - [sokol_gp.h](https://github.com/edubart/sokol_gp) a 2D shape drawing library on top of sokol_gfx.h +- [LearnOpenGL examples ported to sokol-gfx](https://zeromake.github.io/learnopengl-examples/) ([git repo](https://github.com/zeromake/learnopengl-examples)) + - [Dear ImGui starterkit](https://github.com/floooh/cimgui-sokol-starterkit) a self-contained starterkit for writing Dear ImGui apps in C. - [qoiview](https://github.com/floooh/qoiview) a basic viewer for the new QOI image file format |