jalec 86d30ae471 added a slew of matlab/igl_toolbox translations for eigen matrices, many are works in progress in the sense that they are only implemented for sparse or dense but should support both. Each has been tested (at least once). 13 yıl önce
..
static 67da1c1e96 added header files: 14 yıl önce
Makefile 67da1c1e96 added header files: 14 yıl önce
README 67da1c1e96 added header files: 14 yıl önce
example.cpp 86d30ae471 added a slew of matlab/igl_toolbox translations for eigen matrices, many are works in progress in the sense that they are only implemented for sparse or dense but should support both. Each has been tested (at least once). 13 yıl önce

README

ReAntTweakBar is a minimal wrapper for the AntTweakBar library that allows
"bars" to be saved and load from disk. Changing your existing app that users
AntTweakBar to use ReAntTweakBar is trivial.

This directory should contain:
README
example.cpp
example (option example binary)
temp.rbr (optional example ReAntTweakBar output)

Many (but not all) variable types are supported. I'll try to keep track them
here:
TW_TYPE_BOOLCPP
TW_TYPE_QUAT4F
TW_TYPE_COLOR4F
TW_TYPE_COLOR3F
TW_TYPE_DIR3F
TW_TYPE_BOOL32
TW_TYPE_INT32
TW_TYPE_FLOAT
TW_TYPE_DOUBLE
and
custom TwTypes made with TwDefineEnum

I'm working on adding the rest on an as-needed basis. Adding a new type only
requires changes in a few places...

Look in example.cpp for an example of how to compile with ReAntTweakBar and use
it.