additionss from the backlog

This commit is contained in:
Trilarion
2019-09-18 15:53:16 +02:00
parent 902fc6640c
commit c8cdf400ea
69 changed files with 1125 additions and 162 deletions

14
games/dear_imgui.md Normal file
View File

@@ -0,0 +1,14 @@
# Dear ImGui
_Minimal GUI library for C++._
- Home: https://github.com/ocornut/imgui
- State: mature
- Download: https://github.com/ocornut/imgui/releases
- Keywords: library
- Code repository: https://github.com/ocornut/imgui.git
- Code language: C, C++
- Code license: MIT
## Building