No description
Find a file
2021-09-19 11:16:49 +02:00
cAntTweakBar Add 'cAntTweakBar/' from commit '527579862e' 2016-04-15 20:05:26 +02:00
.gitignore make TwBar a ptr object, add example 2019-09-18 15:33:25 +02:00
AntTweakBar.nim fix for --noNimble command line option 2020-07-02 16:29:43 +02:00
AntTweakBar.nimble tiny fix 2018-08-08 01:41:19 +02:00
readme.md Update readme.md 2021-09-19 11:16:49 +02:00
twsimplesdl.nim Minor fixes. 2019-11-16 23:37:57 +01:00

AntTweakBar

Nim wrapper for the ant tweak bar library. At the moment it is only tested on linux, but it should work on other platforms, too. If there are problems with other platforms please report them.

SDL2 support

Yes there is SDL2 support. The original library did miss this, I added this.

Do I need AntTweakBar on my system?

No you do not need it. This library contains all source code of AntTweakBar and compiles it with the normal nim compilation command. No external libraries required.

Documentation

For the documentation, please refer to the original documentataino at http://anttweakbar.sourceforge.net/doc/

Help Wanted

I am a pure Linux developer. People who what to run this on Windows or OSX this should be possible, but changes might be necessary. help is very welcome.