-
Notifications
You must be signed in to change notification settings - Fork 35
Using FUSEE in Visual Studio Code
dotnet tool install -g Fusee.Tools.CmdLine
set PATH=%PATH%;%USERPROFILE%\.dotnet\tools
dotnet new -i Fusee.Template.dotnet
fusee install
Run these commands every time you log onto a machine.
Install .NET Core 3.0 (https://dotnet.microsoft.com/download/dotnet-core/3.0)
dotnet tool install -g Fusee.Tools.CmdLine
dotnet new -i Fusee.Template.dotnet
fusee install
Install the latest Version of .NET Core 3.0 (https://dotnet.microsoft.com/download/dotnet-core/3.0)
dotnet tool install -g Fusee.Tools.CmdLine
On HFU Pcs you in addition have to set PATH=%PATH%;%USERPROFILE%\.dotnet\tools
dotnet tool uninstall -g Fusee.Tools.CmdLine
Unfortunately dotnet doesn't provide an update command, so you have to uninstall and reinstall the tool.
fusee and follow the help text.
dotnet new -i Fusee.Template.dotnet
dotnet new -u Fusee.Template.dotnet
dotnet new fusee
Unfortunately dotnet doesn't provide an update command, so you have to uninstall and reinstall the template.
Run dotnet add package Fusee.Desktop in the same directory as the csproj file. You can optionally force it to use a certain version with the --version switch.
Install Fusee command line tool.
fusee install -b
Install Fusee command line tool.
fusee install -bu
In Visual Studio Code press Ctrl+Shift+B select 'Pack Fusee app as fuz file'. You can find the fuz file in your build directory (usualy 'bin/Debug').
Upload the .fuz file to your webspace and link it with a fusee URI scheme handler e.g.: fusee://mywebspace.com/myfuseeapp.fuz.
- Using FUSEE
- Tutorials
- Examples
- In-Depth Topics
- Input and Input Devices
- The Rendering Pipeline
- Render Layer
- Camera
- Textures
- FUSEE Exporter Blender Add on
- Assets
- Lighting & Materials
- Serialization and protobuf-net
- ImGui
- Blazor/WebAssembly
- Miscellaneous
- Developing FUSEE