Otk 0.65 (Default branch) |
|
|
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.
License: GNU Lesser General Public License (LGPL)
Changes:
The safety of the image display routines was improved, especially for very large images. This version also includes the ability to make efficient user-defined objects with the Otk_MakeUserDefinedObject call. A new example OTK application, a simple image viewer, was added to the examples web page.
|