rice-cracker-dev / SynUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SynUI

the successor to BetterSynapse.

Table of contents

  1. Table of contents
  2. Installtion
    1. Prerequisite
    2. Installation
  3. Building from source
    1. Prerequisite
    2. Manually
  4. Bug reporting
  5. Known issues
  6. Licensing

Installation

Prerequisite

Installation

  • Download SynUI from the release page.
    • Alternatively, you can download the development builds here.
  • Extract the zip file.
  • Launch SynUI.exe
  • profits.

Building from source

Prerequisite

Manually

  • Clone this project
git clone https://github.com/Rice-Software/SynUI.git
cd ./SynUI
  • Restore Nuget packages
msbuild /t:Restore
  • Build the project
msbuild /t:Build

Bug reporting

If you encounter a bug, please make an issue.

Known issues

SynUI still runs after closing

  • This is an issue from SxLib.

Licensing

This project is licensed under the GNU General Public License v3.0 license. Any forks of this project must be disclosed.

About

License:GNU General Public License v3.0


Languages

Language:C# 94.6%Language:Inno Setup 4.1%Language:Lua 1.3%