Skip to content
Marshall Whittaker edited this page Sep 24, 2017 · 2 revisions

ansvif GUI Frontend

ansvif GTK is coded in C++ using GTK+2.0

Only about halfway complete at this point, ansvif now has a GUI frontend.

To compile it with GTK, install the gtk+2.0 headers and use:

aclocal && autoconf && automake -a && ./configure --enable-gtk && make -j4

Then you can run ansvif by doing:

./ansvif_gtk

There are probably many bugs in ansvif's frontend right now, and it is incomplete. Not all options are implemented, and usability isn't quite what it is on the command line, but the major features are there. Right now the frontend only compiles and works in linux that I know of. A Windows frontend will be on its way once I get the linux GUI up and running.

Note that when changing the variables on the far right, you have to press enter while in the box to apply the change.

When finished compiling, once you run it, you should have an interface that looks something like this: ansvif frontend