文章分类 -  IMGUI 图形库的实现

Immediate Mode GUIs.
摘要:#include #include #include "SDL.h" // If you're going to render widgets to the same // UI from different source files, you can avoid // ID collisions by defining IMGUI_SRC_ID before // this define... 阅读全文
posted @ 2017-03-29 10:55 夜梦多离殇 阅读(152) 评论(0) 推荐(0)
摘要:07 - Text field Source code for this chapter Font data file for this chapter Text input is the last really mandatory widget type to cover. There are o 阅读全文
posted @ 2017-03-29 10:54 夜梦多离殇 阅读(106) 评论(0) 推荐(0)
摘要:#include #include "SDL.h" // If you're going to render widgets to the same // UI from different source files, you can avoid // ID collisions by defining IMGUI_SRC_ID before // this define block: #i... 阅读全文
posted @ 2017-03-29 10:48 夜梦多离殇 阅读(132) 评论(0) 推荐(0)