An open API service indexing awesome lists of open source software.

https://github.com/alexeykarnachev/crossover_2


https://github.com/alexeykarnachev/crossover_2

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

### Build ImGui
```bash
g++ -c \
./*.cpp ./backends/imgui_impl_opengl3.cpp ./backends/imgui_impl_glfw.cpp \
-I. -I../glfw-3.4/include \
&& ar rcs libimgui.a ./*.o \
&& rm ./*.o \
&& mv ./libimgui.a ../../../deps/lib/linux/libimgui.a
```