bWidgets
Core widget toolkit designed for Blender
|
Instructions on how to compile bWidgets from source code.
Required:
Demo Application:
On Windows it's easiest to use the winget
command to install libraries.
Navigate to a directory of choice to put the sources and the build under. Then clone the repository, including submodules:
This creates a bWidgets/
directory with the sources and navigates into it.
From the source directory (the bWidgets/
directory created above):
This creates a build/
directory next to the bWidgets/
one.
You can build bWidgets from your IDE (or make
directly on Linux). For a cross-platform command, use the following, still in the same source directory:
The demo application executable is located at build/bin/bWidgetsDemo
.