Download/Install/Contact
Download
Current version: 1.11
AntTweakBar_111-win.zip
This package includes the AntTweakBar header, dll and lib files for Windows, and some examples (binaries + sources), i.e. everything you need to try AntTweakBar or to get started programming with AntTweakBar on Windows.
AntTweakBar_111.zip
This package includes the complete AntTweakBar library source code (and binary) for Linux and Windows and some examples (binaries + sources).
Installation and use
Unzip the archive in a directory of your choice. It will be denoted MYDIR hereinafter.
To use the AntTweakBar library in your development, modify your project or makefile as follow:
- add MYDIR/AntTweakBar/include to your include directories,
- add MYDIR/AntTweakBar/lib to your library directories,
- and link with AntTweakBar.lib if you are using Windows, or AntTweakBar if you are using Unix.
Here are some examples of compilation commands and projects.
→ Note for Windows:
Your program will be dynamically linked to AntTweakBar.dll . To run it, the file MYDIR/AntTweakBar/lib/AntTweakBar.dll must have been copied in the same directory as your executable.
→ Notes for Linux:
Make sure that you get the latest driver for your graphics card. Depending on your distribution, you may need to recompile the library and the examples. To do so, run make in MYDIR/AntTweakBar/src and MYDIR/AntTweakBar/examples directories.
Your program will be dynamically linked to libAntTweakBar.so . To run it, the file MYDIR/AntTweakBar/lib/libAntTweakBar.so must have been copied to your shared libraries directory (usually /usr/lib/), or its path must have been added to the environment variable LD_LIBRARY_PATH.
Go to this page to see how to integrate AntTweakBar into your application.
Subsequently, your contributions to the users gallery are welcome
.
Contact