Skip to content

Fuse Studio is a visual desktop tool suite for working with the Fuse framework

License

Notifications You must be signed in to change notification settings

lorents/fuse-studio

 
 

Repository files navigation

Fuse Studio

Fuse Studio is a visual desktop tool suite for working with the Fuse framework.

License: MIT Windows build status macOS build Status

For download links and docs click here.

Building on Windows

The prerequisites for building on Windows is

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.

Building on macOS

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.

Running tests

Tests can be run using ./run-tests.sh.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Reporting issues

Please report issues here.

Use Sublime or Atom plugin with dev build

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.

To set which fuse to start in Atom, is done by setting: Fuse settings

About

Fuse Studio is a visual desktop tool suite for working with the Fuse framework

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 92.6%
  • Uno 2.8%
  • Java 1.9%
  • Objective-C 0.7%
  • Shell 0.5%
  • Objective-C++ 0.5%
  • Other 1.0%