Contents
Download/InstallDownloadLatest version: 1.16
Download: AntTweakBar_116.zip This package includes the complete AntTweakBar library source code for Linux, MacOSX and Windows, as well as 32 and 64-bit binaries for Windows. It also includes some examples that show how the library can be integrated in several graphic frameworks. The project and source code repository is here. Note that the project is not maintained anymore. Installation and useInstallUnzip the archive in a directory of your choice. Build the library (Linux and OSX)
Under Windows, it is not necessary to rebuild AntTweakBar since a precompiled version is provided in the directory
To build the library on Linux, open a terminal, go in the directory
To build the library on MacOSX, open a terminal, go in the directory Build the examples (optional)
Compiled versions of the examples for 32 and 64-bit systems can be found in the directories
Under Linux and OSX, you may need to rebuild the examples. To do so, under Linux, open a terminal, go in the directory To recompile the examples you also need the following external libraries: GLFW, GLUT, SDL, SFML. Use it in your program
To use the AntTweakBar library in your program, modify your project or makefile as follow: → Note for Windows: → Notes for Linux and OSX: Go to this page to see how to integrate AntTweakBar into your application. Go here to see the examples.
|