You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some cMake version need Build mode define via the directive CMAKE_BUILD_TYPE or via --Config when we launch the build. This is why i put the boths possibilities
152
+
Some CMake version need Build mode define via the directive CMAKE_BUILD_TYPE or via --Config when we launch the build. This is why i put the boths possibilities
151
153
152
154
By the way you need before, to make sure, you have needed dependencies.
153
155
@@ -170,13 +172,13 @@ you need many lib : opengl and cocoa framework
170
172
171
173
</blockquote></details>
172
174
173
-
## Thats all folks :-)
175
+
## That's all folks :-)
174
176
175
177
You can check by example in this repo with the file CustomImGuiFileDialogConfig.h :
176
-
- this trick was used for have custom icon font instead of labels for buttons or messages titles
178
+
- this trick was used to have custom icon font instead of labels for buttons or messages titles
177
179
- you can also use your custom imgui button, the button call stamp must be same by the way :)
178
180
179
181
The Custom Icon Font (in CustomFont.cpp and CustomFont.h) was made with ImGuiFontStudio (https://github.com/aiekick/ImGuiFontStudio) i wrote for that :)
0 commit comments