⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 overview.html

📁 一个小巧的嵌入式图形系统wGUI, 可以用VC编译
💻 HTML
字号:
<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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -