Skip to content
TomCrypto edited this page Dec 12, 2014 · 4 revisions

AntTweakBar.NET - Wiki

WORK IN PROGRESS - NOT FINISHED


High-level wrapper

This section contains a brief introduction to the AntTweakBar.NET high-level wrapper to get you started quickly (but also see the quick start info located in the readme inside the repository if you haven't already).

Integration

It is not always straightforward to come up with good ways to integrate the library into your graphical application. In this section some techniques are shown that can help you easily and robustly use AntTweakBar.NET in your project.

Technical manual

This section has full in-depth documentation of all AntTweakBar.NET classes, including important advanced notes as well as useful patterns and ideas to help you use the wrapper to its fullest extent as elegantly as possible.

Low-level wrapper

In this section you will find notes on the low-level wrapper (the exception-safe bindings to the AntTweakBar library) including native functions which are not used, and may never be used, by the high-level wrapper.


  • High-level wrapper
  • Integration
    • [Event handling](Event handling)
    • [Organizing variables](Organizing variables)
    • [Error handling](Error handling)
    • Scripting
    • [Exception safety](Exception safety)
    • [Thread safety](Thread safety)
  • Technical manual
    • Context
    • Bar
    • Group
    • IntVariable
    • FloatVariable
    • DoubleVariable
    • BoolVariable
    • EnumVariable
    • StringVariable
    • ColorVariable
    • Color4Variable
    • VectorVariable
    • QuaternionVariable
    • StructVariable
    • Button
    • Separator
    • ...
  • [Low-level wrapper](Low-level wrapper)
Clone this wiki locally