ColorTextEditorDemo
ColorTextEditorDemo copied to clipboard
doesn't compile on Linux
probably obvious but this is what I tried:
$ g++ main.cpp -I imgui/
main.cpp:10:10: fatal error: d3d11.h: No such file or directory
10 | #include <d3d11.h>
This example is windows only