Software for examining the data inside of virtual puppet files such as Inochi2D INP, etc.
I am very sorry you have to do this.
- Install Rust. This is the easy part.
- Install GTK.
- If you're on Ubuntu, install libgtk-4-dev
- On Windows, there are two paths to install GTK.
- GTK itself recommends MSYS2, but GTK-RS recommends gvsbuild.
- I actually chose neither! gvsbuild distributes nightlies as a ZIP that can be installed into
C:\gtk. I set the following path vars:PATH- addC:\gtk\binto the existing listINCLUDE-C:\gtk\include;C:\gtk\include\cairo;C:\gtk\include\glib-2.0;C:\gtk\include\gobject-introspection-1.0;C:\gtk\lib\glib-2.0\include;(if you have this already, also add them to the existing list)LIB-C:\gtk\libPKG_CONFIG_PATH-C:\gtk\lib\pkgconfig
- On Apple, god help you.