赞
踩
下载地址:https://github.com/ocornut/imgui
cmake_minimum_required(VERSION 3.0)
project(imgui)
aux_source_directory(. code)
list(REMOVE_ITEM code ./imgui_demo.cpp) #排除imgui_demo文件,生成examples中的示例时需要添加该文件
add_library(imgui STATIC ${code})
imgui绘制使用
imgui数据结构
imgui.h头文件中只有数据部分ImDrawData,不包含任何绘制控件的代码&#x
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。