Download List

Project Description

Open Tool Kit (Otk) is a portable widget library for making
graphical user interfaces for C programs. It
emphasizes simplicity for the application
programmer without eliminating capability. Based
on OpenGL, Otk supports Linux, Unix, and other OSs
neutrally and efficiently. It is simple and
compact, and it strives for easy compilation and
linking to other applications. In seeking to
address several issues associated with earlier
graphics APIs, Otk explores some interesting
methods, such as window-relative layout instead of
pixel-based layout.

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.

2009-04-29 22:17
0.84

Highlighting of text that is selected by mouse is now enabled for single-line form-boxes in Open Toolkit. The selected text is automatically copied into the user's paste-buffer, which supports copying and pasting. The paste-buffer text can be pasted into other text-boxes at any time by pressing the middle mouse button.

2009-04-05 07:21
0.83

A minor syntax error in the MS-Win section was fixed.

2009-03-31 20:36
0.82

This release contains several minor improvements and new functions. A function was added to support dynamically determining good window sizes for Otk applications based on each user's screen size. Call-backs can now be registered on Otk's Outer-Window for window-kill events, which are activated if the window is forced closed by window-manager. Protection was added against resizing the window too small. A function was added to enable inclusion of Otk widgets within OpenGL applications that have already created their own window.

2009-03-10 01:02
0.81

The tab-key was activated to jump the cursor to the next form-box when the cursor is in a single-row text form-box. The automatic test-capture capability was improved by adding time-tags to the XML file. This now regulates the play-back speed of previously captured tests.
Tags: Minor feature enhancements

2008-12-02 00:13
0.80

Pull-down menus were made to fit within the screen, even when opened too close to the edge. An ability was added to suggest alternate (or recent) directories in the file-browser. Otk now adaptively improves rendering quality for the best display with reasonable speed on given hardware. A function was added to request better quality or better speed. A function was added to right-justify formbox text. A makefile was added for compiling to an object file for linking into applications.
Tags: Minor feature enhancements

Project Resources