AntTweakBar 1.12 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News AntTweakBar 1.12 (Default branch)
# 1  
Old 10-06-2008
AntTweakBar 1.12 (Default branch)

ImageAntTweakBar is a small and easy-to-use C/C++ library that allows programmers to quickly add a light and intuitive GUI into OpenGL or DirectX based graphic programs to interactively tweak them. Program variables can be linked to a graphical control that allows users to modify them. Programmers are not required to design the graphical interface by providing coordinates or by using a visual UI editor. Controls are automatically organized following an optional given hierarchy.License: zlib/libpng LicenseChanges:
This release supports quaternion and direction variables allowing for the interactive tweaking of rotations and 3D vectors, along with several other improvements.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
GUI 
API(3m17n) The m17n Library GUI API(3m17n) NAME
GUI_API - API provided by libm17n-gui.so. Modules Frame A frame is an object corresponding to the graphic device. Font Font object. Fontset A fontset is an object that maps a character to fonts. Face A face is an object to control appearance of M-text. Drawing Drawing M-texts on a window. Input Method (GUI) Input method support on window systems. Detailed Description API provided by libm17n-gui.so. GUI support for a window system. This section defines the m17n GUI API concerning M-text drawing and inputting under a window system. All the definitions here are independent of window systems. An actual library file, however, can depend on a specific window system. For instance, the library file m17n-X.so is an example of implementation of the m17n GUI API for the X Window System. Actually the GUI API is mainly for toolkit libraries or to implement XOM, not for direct use from application programs. Author Generated automatically by Doxygen for The m17n Library from the source code. COPYRIGHT
Copyright (C) 2001 Information-technology Promotion Agency (IPA) Copyright (C) 2001-2011 National Institute of Advanced Industrial Science and Technology (AIST) Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License <http://www.gnu.org/licenses/fdl.html>. Version 1.6.2 12 Jan 2011 GUI API(3m17n)