Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drsmugleaf/rsiedit
https://github.com/drsmugleaf/rsiedit
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/drsmugleaf/rsiedit
- Owner: DrSmugleaf
- License: mit
- Created: 2021-06-05T00:08:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-28T18:33:19.000Z (over 2 years ago)
- Last Synced: 2024-10-11T11:11:08.391Z (about 1 month ago)
- Language: C#
- Size: 612 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.TXT
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
RSIEdit is a GUI application for creating and editing [RSI files](https://hackmd.io/@ss14/rsis) and converting existing DMI files to the RSI format.
It replaces the old [RSI Editor](https://github.com/space-wizards/RSI-editor) with this project and [RSI.py](https://github.com/space-wizards/RSI.py) with [RSI.NET](https://github.com/space-wizards/RSI.NET).
## Installing
The latest release for your OS can be downloaded [here](https://github.com/space-wizards/RSIEdit/releases/latest).You can find every previous release [here](https://github.com/space-wizards/RSIEdit/releases).
## Building
1. Clone this repo.
2. Run `git submodule update --init` to init submodules and download the importer.
3. Compile the solution.