overview.html
来自「一个小巧的嵌入式图形系统wGUI, 可以用VC编译」· HTML 代码 · 共 19 行
HTML
19 行
<html><head> <title>wGui - Overview</title></head><body> <h1>wGui - Overview</h1> <p>wGui is a platform independent dialog management library based on SDL (Simple Direct-Media Layer) and Freetype 2. It's purpose is to fill the small niche of a GUI library for SDL. There are actually three well known alternatives: LibUta, ParaGUI and aedGui. wGui was spawned from the work of another project (as was LibUta), which I may someday actually get back to. </p> <p>This was designed to have as few dependencies as possible, and currently only relies upon SDL and Freetype. There is also no platform dependent code, which means it should work properly on any platform that has SDL and Freetype.</p> <p>wGui was also designed to take advantage of C++, the Standard Library, and the latest Object Oriented techniques. Unfortunately both SDL and Freetype are regular C projects, so not everything is strict C++.</p></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?