Download List

Descripción del Proyecto

FLTK (pronounced "fulltick") is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and Mac OS X. It provides modern GUI functionality without the bloat, and supports 3D graphics via OpenGL and its built-in GLUT emulation. FLTK is designed to be small and modular enough to be statically linked, and also works fine as a shared library. It also includes an excellent UI builder called FLUID that can be used to create applications in minutes.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-07-10 23:24 Back to release list
1.3.0

Este lanzamiento es un gran paso en la FLTK una serie. Todas las cadenas de FLTK ahora se manejan en formato UTF-8 y el apoyo de la amplia gama de conjuntos de caracteres Unicode en todas partes. Los métodos internacionales de entrada son compatibles con todas las plataformas. Dos nuevos widgets se han añadido: Fl_Tree y Fl_Table. La impresión es ahora tan fácil como dibujar en una ventana, y la impresión de la ventana de FLTK interfaces gráficas de usuario con el apoyo, incluyendo OpenGL. Internamente, FLTK se ha actualizado para funcionar en sistemas Unix actual, Windows 7 y Mac OS X a través de cacao. Todos los gráficos llama ahora utilizan la abstracción de dispositivos.
Tags: stable major
This release is a huge step in the FLTK 1 series. All strings in FLTK are now handled in UTF-8 format and support the full range of Unicode character sets everywhere. International input methods are supported on all platforms. Two new widgets were added: Fl_Tree and Fl_Table. Printing is now as easy as drawing into a window, and window printing of FLTK GUIs is supported, including OpenGL. Internally, FLTK has been upgraded to run on current Unices, Windows 7, and Mac OS X via Cocoa. All graphics calls now use device abstraction.

Project Resources