Otk 0.64 (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:
This release features faster and more memory-efficient image loading, as well as safer file browser operation on Mac OS X. Two new functions were added: Otk_Set_Window_Name(char *name) and Otk_Dispose_Image(char *image_file_name). The first sets the window name in the window bar. The second provides a method to remove all image resources from the graphics card when an image is no longer needed.
|