随笔 - 16, 文章 - 0, 评论 - 55, 引用 - 0
数据加载中……

2015年10月19日

fltk剖析 (一)

     摘要: 先贴一段fltk的官网介绍:

FLTK (pronounced "fulltick") is a cross-platform C++ GUI toolkit for UNIX®/Linux® (X11), Microsoft® Windows®, and MacOS® X. FLTK provides modern GUI functionality without the bloat and supports 3D graphics via OpenGL® and its built-in GLUT emulation.

FLTK是一套适用于unix/linux、windows和macos的跨平台c++界面库,尺寸精简,具有现代GUI功能,支持OpenGL,内置glut

FLTK is designed to be small and modular enough to be statically linked, but works fine as a shared library. FLTK also includes an   阅读全文

posted @ 2015-10-19 23:52 cyantree 阅读(3340) | 评论 (0)编辑 收藏