Main > Free Download Search >

Free fltk software for linux

fltk

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 33
FLTK 1.1.7

FLTK 1.1.7


FLTK a C++ user interface toolkit for X11, Win32, and MacOS X. more>>
FLTK project includes all of the usual widgets to develop your applications, and new widgets can be created easily through C++ subclassing. All widgets support keyboard shortcuts and can be controlled both via the keyboard or mouse.
The Fl_Button class supports push, check (Fl_Check_Button), round (Fl_Round_Button), and "light" (Fl_Light_Button) button styles; all styles can operate in momentary (press and release), toggle (press on, press off), or radio (press one of many) modes, so it is possible to create almost any kind of button from a single widget.
The Fl_Input_, Fl_Text_Display, and Fl_Help_View widgets provide simple to complex text input and output facilities. The Fl_Text_Display widget is based on a C++ version of the NEdit softwares extensible text editor API.
The Fl_Valuator class provides a variety of numeric input controls including scrollbars (Fl_Scrollbar) and sliders (Fl_Slider).
The Fl_Menu_ class provides several menu-based controls including menubars (Fl_Menu_Bar) and combo boxes (Fl_Choice).
The Fl_Browser_ class is the basis for list controls. The Fl_Browser widget shown at right lists lines of plain text. Other widgets list files, widgets, and so forth.
User interfaces can be organized using scroll areas (Fl_Scroll), tabs (Fl_Tabs), tiles (Fl_Tile), and wizards (Fl_Wizard).
FLTK also provides standard dialogs for alerts, button choosers, color choosers, file choosers, help browsers, messages, passwords, and text input.
Finally, FLTK 1.1.x offers two appearance schemes: "standard" and "plastic". FLTK 2.0 will extend this to include platform schemes as well as user-defined schemes. Colors and fonts automatically adjust to the current user preferences.
Enhancements:
- This release fixes many bugs, adds some new example programs, and adds many new improvements to the FLUID software, including multi-level undo, syntax highlighting in all code fields, widget alignment and sizing guides, dialog templates, widget subclasses, and printing and testing of user interfaces within FLUID.
<<less
Download (2.2MB)
Added: 2006-01-18 License: LGPL (GNU Lesser General Public License) Price:
1378 downloads
Lua FLTK 1.0

Lua FLTK 1.0


Lua FLTK is a binding of the FLTK widget set to the language Lua. more>>
Lua FLTK project is a binding of the FLTK widget set to the language Lua.

It tries to make the use of FLTK widgets seem natural to Lua programmers.

It uses a simple constructor syntax, remaps C++ values onto Lua conventions, and provides direct set/get access to widget properties.

<<less
Download (0.18MB)
Added: 2006-09-29 License: LGPL (GNU Lesser General Public License) Price:
1127 downloads
gtk-FLTK 0.3

gtk-FLTK 0.3


gtk-FLTK project provides helper functions to use FLTK together with GTK. more>>
gtk-FLTK project provides helper functions to use FLTK together with GTK.

<<less
Download (0.21MB)
Added: 2006-11-03 License: BSD License Price:
1088 downloads
Ruby/FLTK 0.9.6

Ruby/FLTK 0.9.6


Ruby/FLTK is a Ruby binding for the FLTK (Fast Light ToolKit) GUI library. more>>
Ruby/FLTK is a Ruby binding for the FLTK (Fast Light ToolKit) GUI library. It works fine with OpenGL on UNIX, Cygwin and MinGW environment.

<<less
Download (MB)
Added: 2007-01-09 License: LGPL (GNU Lesser General Public License) Price:
1019 downloads
pyFLTK 1.1.1

pyFLTK 1.1.1


pyFLTK is a Python wrapper for the Fast Light Tool Kit cross-platform graphical user-interface library. more>>
Were using SWIG to create the Python wrapper. Perl support has been discontinued for the time being.
TCL, Guile, and Java support should not be that hard to add (this is left as an exercise for the reader).
There are two packages in this project: pyFLTK and pyFLTK2. They wrap FLTK (version 1.1) and FLTK2, respectively. While FLTK and with it pyFLTK is quite stable, FLTK2 is still a moving target and rather instable. The package pyFLTK2 is therefore a proof of concept, rather than a fully working Python extension.
A utility named flconvert is also provided that allows for the conversion of fluid files to Python code. fluid is an interactve GUI builder for the FLTK toolkit and comes with the distribution of FLTK.
Main features:
- Cross platform GUI toolkit (Windows, Linux, Unix, Mac, ...)
- Easily deployable using py2exe.
- Small footprint as compared to other toolkits.
Enhancements:
- Fixed memory leak in Fl_Preferences result strings.
- Added V3.12 of Fl_Table, courtesy of Gregg Ercolano. Note: the syntax of find_cell has changed, the parameters X, Y, W, H are now output only (used to be in/out).
- Added some documentation, see docs/preface.html!
- Added test/editor.py and test/simple_table.py.
- Implemented Fl_Text_Display.highlight_data.
- Fixed bug in Fl_Text_Buffer.remove_modify_callback()
- Added possibility to register multiple modify callbacks with Fl_text_Buffer.
- Fixed missing output parameter for Fl_Text_Buffer: findchar_forward, findchar_backward, search_forward, search_backward, etc
- Fixed compilation issue for MinGW (wrongly linked with msvcrt instead of mscvr71).
- Fixed compilation issue for g++ 4.1.1 (ListSelect).
- Added typemap to convert Fl_Button.value() from char to int.
- Added funtion mt_run.
- Added wrappings for Fl.repeat_timeout and Fl.remove_timeout.
- Fixed bug in OpenGL part of compilation.
- Fixed Cygwin compilation issue by adding -DNOMINMAX.
- Redesigned memory management. Removed postprocessing step and added all memory management to interface files. Ownership of objects should now be properly transferred between fltk and Python.
- Added interface files to distribution.
- Added auto configuration to setup.py. Missing OpenGL and Forms libraries should be recognized now.
- Added command line switches --disable-gl and --disable-forms to setup.py
- Added stubs for missing OpenGL and Forms libraries.
- Added compilation support for Sun Solaris.
<<less
Download (0.30MB)
Added: 2006-11-17 License: GPL (GNU General Public License) Price:
1075 downloads
FLTK Sudoku 2005-12-09

FLTK Sudoku 2005-12-09


FLTK Sudoku is an implementation of the popular Sudoku game. more>>
FLTK Sudoku is an implementation of the popular Sudoku game (sometimes called Number Place) based on the Fast Light Toolkit. FLTK Sudoku features an infinite number of games and four difficulty settings, from Easy to Impossible.

Sudoku (pronounced soo-dough-coo with the emphasis on the first syllable) is a simple number-based puzzle/game played on a 9x9 grid that is divided into 3x3 subgrids.

The goal is to enter a number from 1 to 9 in each cell so that each number appears only once in each column and row. In addition, each 3x3 subgrid may only contain one of each number.

At the start of a new game, Sudoku fills in a random selection of cells for you - the number of cells depends on the difficulty level you use. Click in any of the empty cells or use the arrow keys to highlight individual cells and press a number from 1 to 9 to fill in the cell. To clear a cell, press 0, Delete, or Backspace. When you have successfully completed all subgrids, the entire puzzle is highlighted until you start a new game.

As you work to complete the puzzle, you can display possible solutions inside each cell by holding the Shift key and pressing each number in turn. Repeat the process to remove individual numbers, or press a number without the Shift key to replace them with the actual number to use.

Sudoku is normally provided as part of the FLTK 1.1.x source code.
<<less
Download (0.11MB)
Added: 2005-12-12 License: LGPL (GNU Lesser General Public License) Price:
1412 downloads
FLTK burncd GUI frontend 0.1

FLTK burncd GUI frontend 0.1


FLTK burncd GUI frontend is a very simple GUI for burning ISO images created by mkisofs or other software. more>>
This program is very simple for burning iso images created by mkisofs or any other foftware. It use burncd as write program.
This is initial release and it can write only data images in single or multisession mode.
Main features:
- Quick erase for CD-RW disks
- Full erase for CD-RW disks
- DAO writing mode
- Multi device support in one moment
- Very simple and fast(using FLTK 1.1.6 library)
<<less
Download (0.015MB)
Added: 2005-07-12 License: BSD License Price:
1567 downloads
flPhoto 1.3.1

flPhoto 1.3.1


flPhoto is a basic image management and display program based on the FLTK toolkit. more>>
flPhoto is a basic image management and display program based on the FLTK toolkit and is provided under the terms of the GNU General Public License. The project can read, write, and display digital camera EXIF information and supports the following image file formats:
- BMP
- CRW
- JPEG
- PhotoCD
- PNG
flPhoto organizes image files into albums which can be:
- Printed
- Viewed as a slideshow
- Exported to web pages
Images can be imported individually, by directory, or from digital cameras using the gPhoto library.
Image files can be transformed and touched-up; the following image operations are available:
- Crop
- Rotate
- Scale
- Auto-Correct
- Adjust Brightness and Contrast
- Remove Red Eye
- Sharpen
- Blur
Questions about flPhoto should be directed to flphoto at easysw dot com or the FLTK mailing lists and newsgroups.
Enhancements:
- This version fixes a slideshow bug and addresses several printing issues.
- It also adds the phases of the moon to calendars.
<<less
Download (0.56MB)
Added: 2006-12-07 License: GPL (GNU General Public License) Price:
1052 downloads
Otk 0.53

Otk 0.53


Otk is a portable widget library for making graphical user interfaces (GUIs) for application programs. more>>
Otk is a portable widget library for making graphical user interfaces (GUIs) for application programs. Otk project emphasizes simplicity without eliminating capability. Open graphics Tool Kit supports neutrally: Linux, Unix, Microsoft Windows, and Mac OSX. It is based on OpenGL, and C. Otk provides the following basic widgets:
- Panel - The "container" widget.
- Text Label - Text labels.
- Button - Buttons with labels and call-backs to user functions.
- Text Form Box - Accept text with function call-back. Also scrollable editor window.
- Pull-down Menu - Display hierarchical menu-lists with user function call-backs on mouse release.
- Slider Control - Slider control with call-back.
- Sub-windows - Detachable self-managed windows.
- Many other widgets ...
- Gadgets - High level widgets.
Although initially intended for use with C programs, Otk can be accessed from, or extended to, other languages. Otk addresses several issues with previous graphics toolkits, such as X-Windows, X-Motif, MFC, Tcl/TK, Gtk, Awt, Swing, Glow, FLTK, etc..
Otk deviates from previous graphics environments in several important ways.
- Based on OpenGL - Well supported on most platforms. Clients tend to have the right support files. Easily builds on all platforms. Uses graphics card acceleration when available. Common look and feel. Contains internal default font with arbitrary scale, boldness and slant. Additional fonts can be added.
- API designed from application programmers viewpoint - Simplified interface. Sensible defaults. Most common functions require one line. But flexibility is not limited because defaults can be modified.
- Minimal library files - Link to-, or include-, one file.
- Direct window-size % relative layout - Specify positions and sizes as percentage of container window. Resizing is automatic and proportional. Traditional pixel-coordinate or framework modes can also be supported.
- Colors can be expressed directly as r,g,b values. (No indirect color index tables.)
Enhancements:
- Paste from the clipboard was added.
- A fix was mde to disk-draw for elliptical disks and the control-key handler.
- The slider knob was widened.
- A new indicator-light gadget was started.
- Several updates were made to support Otk-GuiBuilder.
<<less
Download (0.059MB)
Added: 2006-05-25 License: GPL (GNU General Public License) Price:
1247 downloads
Flrec 0.12

Flrec 0.12


Flrec (Fast and Light RECorder) is a simple audio hard disk recorder. more>>
Flrec (Fast and Light RECorder) is a simple audio hard disk recorder written using FLTK toolkit (www.fltk.org). Flrec program can directly record in mp3, wav and ogg-vorbis, ecc.

Uses sox (sox.sourceforge.net) that is command line program for sound conversion. Sox must be installed in the system (verify with the command sox -h).

Flrec works, but is still under development.

<<less
Download (0.043MB)
Added: 2007-04-13 License: GPL (GNU General Public License) Price:
924 downloads
fldiff 1.1

fldiff 1.1


fldiff is a graphical diff program. more>>
fldiff is a graphical diff program that shows the differences between two files/directories, or a file/directory and a CVS or Subversion repository. fldiff project is inspired by xdiff (Motif-based) and xxdiff (Qt-based), whose choice of GUI toolkit has hampered their portability to many of the systems I work with.

fldiff uses the Fast Light Toolkit (FLTK) and has been tested on AIX, IRIX, Linux, MacOS X, and Solaris, and should also run on Windows.

<<less
Download (0.13MB)
Added: 2006-11-14 License: GPL (GNU General Public License) Price:
1077 downloads
SPTK 3.4.1

SPTK 3.4.1


SPTK (Simply Powerful Toolkit) is a cross-platform toolkit that provides a set of C++ classes easy application development. more>>
SPTK (Simply Powerful Toolkit) is a cross-platform toolkit that provides a set of C++ classes for fast and easy application development. It provides GUI components that use FLTK, and features ODBC database support with seamless connection to GUI components.
SPTK project includes many classes for working with strings, maps, and dynamic arrays, and is faster and has a smaller footprint than STL. It also supports reading, writing, and creating Excel 7 files, high-level GUI components with dataset support, support for automatic layouts, and support for Aspell.
Enhancements:
- Major speed improvements were mad in the XML parser and some database operations.
- SPTK is also 64-bit clean now.
- SPTK uses more of the C++ standard library now.
<<less
Download (3.5MB)
Added: 2007-03-18 License: GPL (GNU General Public License) Price:
952 downloads
flimsel 0.0.4

flimsel 0.0.4


flimsel is a minimalistic digitial image browser based on the fltk toolkit. more>> <<less
Download (0.082MB)
Added: 2006-12-29 License: GPL (GNU General Public License) Price:
1029 downloads
Simply Powerful ToolKit 3.0.11

Simply Powerful ToolKit 3.0.11


Simply Powerful ToolKit in short SPTK is a powerful widget toolkit based on the Fast and Light ToolKit (FLTK). more>>
Simply Powerful ToolKit in short SPTK is a powerful widget toolkit based on the Fast and Light ToolKit (FLTK).
The goal of this library is to create the easy-to-use, compact and effective library of controls to extend the abilities of FLTK library.
It is geared for business-style application development with database support (ODBC). All the widgets support database connectivity. A special CDialog class makes editing database records very easy. Every widget can be connected to the field, and CDialog can be connected to the database table.
Most of the controls are database-bound. If you place them on the CDialog-derived window they can load and save information from/to database.
This is the first release version of my controls(widgets) library that was designed to work with FLTK. Im using it for about a year in the production project.
Enhancements:
- Fixed a bug in CField::asString() that cause returning an empty string for some non-empty fields.
- Added couple of small fixes for better error hanling in CRegistry.
<<less
Download (3.5MB)
Added: 2005-12-12 License: GPL (GNU General Public License) Price:
1414 downloads
My File Manager 0.4

My File Manager 0.4


My File Manager is a small and lightweight file manager. more>>
My File Manager is a small and lightweight file manager. It was developed to provide a small and fast file manager, which has only a few dependencies from other packages, but including some interestings things like mount partitions, minimalistic burning capability and mass renaming files. MFM use FLTK graphics toolkit.
Main features:
- Selectable shown fields (permissions, users, groups, date and size)
- Various sort options
- Rename group of files
- Change attributes of group of files
- Compress files
- Burn CD/DVD
- Find files by name or by content
- Mount/umount partitions
<<less
Download (0.092MB)
Added: 2006-06-11 License: GPL (GNU General Public License) Price:
1237 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 3
  • 1
  • 2
  • 3