
11.04.2018, 17:08
|
|
Постоянный
Регистрация: 14.11.2017
Сообщений: 319
С нами:
4472205
Репутация:
163
|
|
[QUOTE="๖ۣۣۜШурик"]
Каким образом можно подключить ImGui в проект SF?
Пытался по этому примеру, не помогает.
C++:
[CODE]
// ImGui - null/dummy example application (compile and link imgui with no inputs, no outputs)
#include "imgui.h"
#include
int
main
(
int
,
char
*
*
)
{
ImGui
::
CreateContext
(
)
;
ImGuiIO
&
io
=
ImGui
::
GetIO
(
)
;
// Build atlas
unsigned
char
*
tex_pixels
=
NULL
;
int
tex_w
,
tex_h
;
io
.
Fonts
->
GetTexDataAsRGBA32
(
&
tex_pixels
,
&
tex_w
,
&
tex_h
)
;
for
(
int
n
=
0
;
n
(https://blast.hk/threads/15155/)[/URL]
|
|
|