Updated Home (markdown)
parent
36c6bd897e
commit
d5d504e0e9
8
Home.md
8
Home.md
@ -61,12 +61,13 @@ Welcome to the Dear ImGui wiki! Feel free to edit and contribute!
|
|||||||
|
|
||||||
### Language Bindings
|
### Language Bindings
|
||||||
|
|
||||||
- [List of language bindings](https://github.com/ocornut/imgui/wiki/Bindings) (C, C#, D, Go, JavaScript, Lua, Rust and many others)
|
- [List of language bindings](https://github.com/ocornut/imgui/wiki/Bindings) (C, C#, D, Go, JavaScript, Lua, Python, Rust and many others...)
|
||||||
|
- [List of binding generators](https://github.com/ocornut/imgui/wiki/Bindings#binding-generators) (cimgui, dear_bindings)
|
||||||
|
|
||||||
### Platform and Rendering Backends
|
### Platform and Rendering Backends
|
||||||
|
|
||||||
|
- [List of engine/framework backends](https://github.com/ocornut/imgui/wiki/Bindings#frameworkengine-backends) (Unity, Unreal and many others...)
|
||||||
- [About Backends](https://github.com/ocornut/imgui/blob/master/docs/BACKENDS.md) (docs/BACKENDS.md)
|
- [About Backends](https://github.com/ocornut/imgui/blob/master/docs/BACKENDS.md) (docs/BACKENDS.md)
|
||||||
- [List of engine/framework backends](https://github.com/ocornut/imgui/wiki/Bindings#frameworkengine-backends)
|
|
||||||
- The [backends/](https://github.com/ocornut/imgui/tree/master/backends) folder contains 16 reusable backends for varieties of platforms and frameworks.
|
- The [backends/](https://github.com/ocornut/imgui/tree/master/backends) folder contains 16 reusable backends for varieties of platforms and frameworks.
|
||||||
|
|
||||||
### Third-party extensions
|
### Third-party extensions
|
||||||
@ -103,8 +104,8 @@ Welcome to the Dear ImGui wiki! Feel free to edit and contribute!
|
|||||||
|
|
||||||
### Tables
|
### Tables
|
||||||
|
|
||||||
- Search in Issues: [tables/columns](https://github.com/ocornut/imgui/issues?q=label%3Atables%2Fcolumns+)
|
|
||||||
- [#3740](https://github.com/ocornut/imgui/issues/3740) Main Tables Topic
|
- [#3740](https://github.com/ocornut/imgui/issues/3740) Main Tables Topic
|
||||||
|
- Search in Issues: [tables/columns](https://github.com/ocornut/imgui/issues?q=label%3Atables%2Fcolumns+)
|
||||||
|
|
||||||
### Docking
|
### Docking
|
||||||
|
|
||||||
@ -181,6 +182,7 @@ Other:
|
|||||||
- stb (stb single-file public domain libraries for C/C++) https://github.com/nothings/stb
|
- stb (stb single-file public domain libraries for C/C++) https://github.com/nothings/stb
|
||||||
- str (lightweight C++ string type with an optional local buffer) https://github.com/ocornut/Str
|
- str (lightweight C++ string type with an optional local buffer) https://github.com/ocornut/Str
|
||||||
- nuklear (A single-header ANSI C gui library) https://github.com/Immediate-Mode-UI/Nuklear
|
- nuklear (A single-header ANSI C gui library) https://github.com/Immediate-Mode-UI/Nuklear
|
||||||
|
- egui (egui: an easy-to-use immediate mode GUI in Rust) https://github.com/emilk/egui
|
||||||
- im3d (Immediate mode rendering and 3d gizmos) https://github.com/john-chapman/im3d
|
- im3d (Immediate mode rendering and 3d gizmos) https://github.com/john-chapman/im3d
|
||||||
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user