# imgui-clear **Repository Path**: gitee-first-card/imgui-clear ## Basic Information - **Project Name**: imgui-clear - **Description**: 一个干净的imgui,使用glfw,imgui构建。安装cmake直接运行build即可。 - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2022-10-14 - **Last Updated**: 2024-01-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: imgui, Opengl, glfw, GUI ## README # 这是一个干净的imgui框架 ## imgui版本1.86 ## 集合:ImGuiFileDialog,glfw # 使用说明 ## linxu下安装cmake,然后在根目录下创建build文件夹,执行cmake .. ,make 。最后会在build目录下生成可执行文件DemoProject ## 运行./DemoProject 唤醒程序