Skip to content

aoiyu-dev/Fushigi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

466 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fushigi

An editor for Super Mario Bros. Wonder. Currently WIP.

How to build

Dependencies

Make sure you have all of the following installed: .NET 8 Git

Instructions

Warning

DO NOT HAVE ANY SELF-CREATED FILES NAMED "Fushigi" ON YOUR DESKTOP. THEY WILL BE DELETED.

Open a CMD or terminal and run the following:

cd Desktop
rm -rf Fushigi
git clone Fushigi
cd Fushigi
dotnet add Fushigi/Fushigi.csproj package NativeFileDialogSharp --version 0.6.0-alpha
dotnet add Fushigi/Fushigi.csproj package Newtonsoft.Json 
dotnet add Fushigi/Fushigi.csproj package Silk.NET.Core
dotnet add Fushigi/Fushigi.csproj package Silk.NET.Input
dotnet add Fushigi/Fushigi.csproj package Silk.NET.Core
dotnet add Fushigi/Fushigi.csproj package Silk.NET.GLFW
dotnet add Fushigi/Fushigi.csproj package Silk.NET.OpenGL.Extensions.ImGui
dotnet add Fushigi/Fushigi.csproj package StbImageSharp 
dotnet add Fushigi/Fushigi.csproj package ZstdSharp.Port
dotnet restore Fushigi/Fushigi.sln
dotnet build Fushigi/Fushigi.sln --no-restore

You will now have either "Fushigi.exe" (if you are on Windows) or "Fushigi" (if you are not on windows) located on your desktop at Fushigi/Fushigi/bin/Debug/net8.0/

Credit

Line Awesome icon font provided by icons8

Ryujinx ASTC decoder by Ac_K. Ryujinx repo

About

An editor for Super Mario Bros. Wonder.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 99.8%
  • GLSL 0.2%