Updated Home (markdown)

omar 2021-02-22 13:00:36 +01:00
parent 651d5ee177
commit eb40052d07

14
Home.md

@ -6,7 +6,7 @@ Welcome to the Dear ImGui wiki! Feel free to edit and contribute!
Thank you to every past and present [[Sponsors]] for making this project possible. Thank you to every past and present [[Sponsors]] for making this project possible.
## General # General
### General documentation ### General documentation
@ -59,7 +59,7 @@ If you are experienced with Dear ImGui, please consider helping people and answe
- [[List of useful third-party widgets and extensions|Useful-widgets]] - [[List of useful third-party widgets and extensions|Useful-widgets]]
## Specific Features # Specific Features
### Images ### Images
@ -95,7 +95,7 @@ If you are experienced with Dear ImGui, please consider helping people and answe
- Search in Issues: [inputs](https://github.com/ocornut/imgui/issues?q=label%3Ainputs) - Search in Issues: [inputs](https://github.com/ocornut/imgui/issues?q=label%3Ainputs)
- Input / IO queue for very low framerate applications: [gist](https://gist.github.com/ocornut/8417344f3506790304742b07887adf9f) - Input / IO queue for very low framerate applications: [gist](https://gist.github.com/ocornut/8417344f3506790304742b07887adf9f)
## Miscallaeneous # Miscellaneous
### Building / Packaging Cruft ### Building / Packaging Cruft
@ -122,12 +122,6 @@ If you are experienced with Dear ImGui, please consider helping people and answe
- Starter dear-imgui GLFW/OpenGL 3 based CMake C++ project: [github/urddru/imgui-glfw](https://github.com/urddru/imgui-glfw) - Starter dear-imgui GLFW/OpenGL 3 based CMake C++ project: [github/urddru/imgui-glfw](https://github.com/urddru/imgui-glfw)
- ImDuino (ESP32+TFT+ImSoft+ImGui example): [github/LAK132/ImDuino](https://github.com/LAK132/ImDuino) - ImDuino (ESP32+TFT+ImSoft+ImGui example): [github/LAK132/ImDuino](https://github.com/LAK132/ImDuino)
-----
-----
# References
### Notable forks ### Notable forks
- https://github.com/adobe/imgui - https://github.com/adobe/imgui
@ -150,7 +144,7 @@ If you are experienced with Dear ImGui, please consider helping people and answe
- An immediate mode 3D gizmo (translation, rotation, scale for scene editing) https://github.com/meshula/tinygizmo - An immediate mode 3D gizmo (translation, rotation, scale for scene editing) https://github.com/meshula/tinygizmo
- small libraries with minimal dependencies https://github.com/nothings/single_file_libs - small libraries with minimal dependencies https://github.com/nothings/single_file_libs
## Articles, Videos, Blog Posts # Articles, Videos
### About the IMGUI paradigm ### About the IMGUI paradigm