
This directory contains binaries of integration examples of the AntTweakBar
library with some common windowing toolkits, so that you can directly try 
the library. GNU/Linux examples may require a recompilation depending on your 
configuration.

Files with .exe extension are Windows versions
Files without extension are GNU/Linux versions (they run the .out files)


---


License & copyright notices


- AntTweakBar

AntTweakBar.dll and Tw* files are part of the AntTweakBar library.
http://www.antisphere.com/Wiki/tools:anttweakbar

AntTweakBar is a free software released under the zlib license.
For conditions of distribution and use, see ../../License.txt


- glfw.dll

GLFW (http://glfw.sourceforge.net):

Copyright  2002-2006 Camilla Berglund

This software is provided 'as-is', without any express or implied warranty. 
In no event will the authors be held liable for any damages arising from 
the use of this software.

Permission is granted to anyone to use this software for any purpose, including 
commercial applications, and to alter it and redistribute it freely, subject to 
the following restrictions:

1. The origin of this software must not be misrepresented; you must not claim 
that you wrote the original software. If you use this software in a product, 
an acknowledgment in the product documentation would be appreciated but is not 
required.

2. Altered source versions must be plainly marked as such, and must not be 
misrepresented as being the original software.

3. This notice may not be removed or altered from any source distribution.


- SDL.dll

SDL (http://www.libsdl.org):

This library is distributed under the terms of the GNU LGPL license:
http://www.gnu.org/copyleft/lesser.html


- glut32.dll

GLUT32 (http://opengl.org/resources/libraries/glut):

The OpenGL Utility Toolkit distribution for Win32 (Windows NT & Windows 95) 
contains source code modified from the original source code for GLUT 
version 3.3 which was developed by Mark J. Kilgard.  The original source code 
for GLUT is Copyright 1997 by Mark J. Kilgard. GLUT for Win32 is Copyright 1997 
by Nate Robins and is not in the public domain, but it is freely 
distributable without licensing fees. It is provided without guarantee or 
warrantee expressed or implied. It was ported with the permission of 
Mark J. Kilgard by Nate Robins.

