首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > C/C++/VC++ > 只是另一个C++用户界面库

只是另一个C++用户界面库

  • 资源大小:551.18 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 一个 只是 用户界面

资 源 简 介

Mission Statement jacui is intended to be a simple, lightweight, cross-platform, "modern" C++ user interface library. When it"s finished, I mean. Currently, it"s just a simple C++ wrapper for the SDL (Simple DirectMedia Layer) on Linux and Windows. News 2011-05-14: jacui 0.2.2 released Bugfix release. Also contains some basic Doxygen documentation. Drawing Sample A complete simple drawing program using a custom image brush: ``` #include "jacui/image.hpp" #include "jacui/window.hpp" int main(int argc, char* argv[]) { using namespace jacui; window w("jacui drawing sample"); image brush("brush.png"); while (event* pe = w.events().wait()) { if (pe->type() == event::mousedown || pe->type() == event::mousemove) { mouse_event* pme = dynamic_cast(pe);

文 件 列 表

jacui-0.2.2
config.sub
install-sh
jacui.sln
ltmain.sh
configure.ac
src
configure
Makefile.am
README
sdl1.2.props
examples
config.guess
docs
aclocal.m4
missing
depcomp
Doxyfile
tests
Makefile.in
jacui-sdl1.2.vcxproj
COPYING
ChangeLog
jacui-sdl1.2.props
Doxymain
VIP VIP
0.279566s