# AntTweakBar **Repository Path**: GFX521/AntTweakBar ## Basic Information - **Project Name**: AntTweakBar - **Description**: No description available - **Primary Language**: Unknown - **License**: Zlib - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-26 - **Last Updated**: 2024-07-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AntTweakBar library AntTweakBar is a small and easy-to-use C/C++ library that allows programmers to quickly add a light and intuitive GUI into OpenGL and DirectX based graphic programs to interactively tweak parameters. This package includes the source version of the AntTweakBar library and some program examples. **The original author, Philippe Decaudin, does no longer maintain the code, so this fork is an attempt to combine the updates that can be found in other (divergent) forks.** Documentation: http://anttweakbar.sourceforge.net/doc ## Dependencies All dependencies are optional, but you need to fulfill at least one if you want to build one of the examples. * GLFW ( http://www.glfw.org ) * GLUT ( http://opengl.org/resources/libraries/glut ) * SDL ( http://www.libsdl.org ) * SFML ( http://www.sfml-dev.org ) * DirectX SDK ( http://msdn.microsoft.com/directx )