Fuse Studio is a visual desktop tool suite for working with the Fuse framework.
For download links and docs click here.
The prerequisites for building on Windows is
- Visual Studio 2017 - Community Edition works fine
- With .NET desktop development component installed
- Node.js
- Git for Windows
Build by either running build.bat
or from within Visual Studio using the Fuse-Win32.sln
solution.
To run with debugging in Visual Studio set Outracks.Fuse.Studio
as the startup project and press F5.
The prerequisites for building on macOS is
- XCode
- Remember to open XCode one time after installing to accept EULA
- Mono
- Tested with 5.4.1, but newer versions should also work fine
Build by either running ./build.sh
from a shell, or from within Visual Studio for Mac using the Fuse-OSX.sln
solution.
After building Fuse Studio can be started by running bin/Debug/Fuse.app/Contents/Fuse\ Studio.app/Contents/MacOS/Fuse\ Studio
from the command line.
Tests can be run using ./run-tests.sh
.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Please report issues here.
To set which fuse to start in sublime, can be done by setting fuse_path_override: false
inside your settings file. Open your settings by clicking Preferences->Package Settings->Fuse->Settings-User.