Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krux02/nimAntTweakBar
Nim wrapper around the AntTweakBar library
https://github.com/krux02/nimAntTweakBar
Last synced: 3 months ago
JSON representation
Nim wrapper around the AntTweakBar library
- Host: GitHub
- URL: https://github.com/krux02/nimAntTweakBar
- Owner: krux02
- Created: 2016-04-15T17:45:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-09-19T09:16:49.000Z (about 3 years ago)
- Last Synced: 2024-05-12T10:35:33.185Z (6 months ago)
- Language: C++
- Size: 2.4 MB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-electron-alternatives - nimAntTweakBar
- awesome-nim - nimAntTweakBar - Wrapper for AntTweakBar. (User Interface / GUI)
README
# 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.