Otk 0.53 review

Download
by rbytes.net on

Otk is a portable widget library for making graphical user interfaces (GUI's) for application programs

License: GPL (GNU General Public License)
File size: 0K
Developer: Carl Kindman
0 stars award from rbytes.net

Otk is a portable widget library for making graphical user interfaces (GUI's) 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 programmer's 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.)

What's New in This Release:
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.

Otk 0.53 keywords