mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-20 01:34:20 +00:00
This commit is contained in:
parent
7763ab3fcc
commit
6bd3b45b34
5 changed files with 21 additions and 18 deletions
|
|
@ -103,8 +103,7 @@
|
|||
- Add the Dear ImGui source files to your projects, using your preferred build system.
|
||||
It is recommended you build the .cpp files as part of your project and not as a library.
|
||||
- You can later customize the imconfig.h file to tweak some compilation time behavior, such as integrating imgui types with your own maths types.
|
||||
- See examples/ folder for standalone sample applications. To understand the integration process, you can read examples/opengl2_example/ because
|
||||
it is short, then switch to the one more appropriate to your use case.
|
||||
- See examples/ folder for standalone sample applications.
|
||||
- You may be able to grab and copy a ready made imgui_impl_*** file from the examples/.
|
||||
- When using Dear ImGui, your programming IDE is your friend: follow the declaration of variables, functions and types to find comments about them.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue