The official, open-source, C# revamp of ShiftOS.
Libraries | ||
ModLauncher | ||
readme_stuff | ||
ShiftOS.MFSProfiler | ||
ShiftOS.Modding.VB.LegacySkinConverter | ||
ShiftOS.Modding.VirtualMachine | ||
ShiftOS.Modding.VisualBasic.LegacySkinConverter | ||
ShiftOS.Objects | ||
ShiftOS.Server | ||
ShiftOS.Updater | ||
ShiftOS.WinForms | ||
ShiftOS_TheReturn | ||
unusedcode | ||
.gitattributes | ||
.gitignore | ||
CONTRIBUTING.md | ||
CREDITS.md | ||
InsertLicense.exe | ||
LICENSE | ||
README.md | ||
ShiftOS_TheReturn.sln | ||
ShiftOS_TheReturn.userprefs |
ShiftOS
The official, open-source, C# revamp of ShiftOS.
License
We are licensed under the MIT license. A simple description is:
- Don't steal our code and claim ownership of it
- Leave copyright statements and license info at the top of all .cs files.
InsertLicense.exe
can be used to add the license to all files without it.
Using our code for your own project
You may use the ShiftOS.Engine, ShiftOS.Objects, and ShiftOS.Server projects to create your own games. You must include the original license and link back to ShiftOS in your README
and in your game or credits.
Contributing
See CONTRIBUTING.md