Usage with other libraries
Although VUEngine Studio has been tailor-made to work with VUEngine, you can also use it with any other library. Sans all the VUEngine-specific features, of course.
In the following, as an example, it is described how to use VUEngine Studio with libgccvb.
- Download libgccvb from GitHub and unzip.
- Change the VUEngine Core path setting
build.engine.core.path
to the location of libgccvb, e.g./Users/user/dev/libgccvb
. - Profit! You can now build your libgccvb-based project (e.g. libgccvb-Barebone) through the usual means.
Note: This is not currently working in the Preview Release!