# xmake-imgui **Repository Path**: youngday/xmake-imgui ## Basic Information - **Project Name**: xmake-imgui - **Description**: xmake for imgui examples , glfw-opengl3,sdl2-vulkan - **Primary Language**: C++ - **License**: BSD-3-Clause - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-05 - **Last Updated**: 2023-03-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # xmake-example ## local dependent packages wei get from github and cmake or xmake ,and installed. * cpplinuxserial * coost we add coost as local lib ,libso.a and "include/co" header files.which is compiled by coost xmake project. * cpr * matplotplusplus like matplotlib of python,data analyzer . * rapidcsv read datas from csv file,and plot them out. * imgui glfw opengl3 ⚠️ need add ```cpp #undef GLFW_INCLUDE_NONE #include // Will drag system OpenGL headers ``` example_glfw_opengl3 reference:https://github.com/xmake-examples/imgui-scaffold * imgui sdl2 vulkan need install vulkan ```sh sudo apt install vulkan-utils ``` ## example lock-free concurrentqueue, udp ,tcp ,cppzmq,loguru matplot,csv 🐞