https://github.com/repcomm/swbf-unmunge-gui
A gui for sleepkiller/swbf-unmunge cli tool
https://github.com/repcomm/swbf-unmunge-gui
Last synced: 6 days ago
JSON representation
A gui for sleepkiller/swbf-unmunge cli tool
- Host: GitHub
- URL: https://github.com/repcomm/swbf-unmunge-gui
- Owner: RepComm
- Created: 2021-05-10T02:19:25.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-14T18:41:53.000Z (almost 5 years ago)
- Last Synced: 2025-01-28T08:52:26.257Z (over 1 year ago)
- Language: TypeScript
- Size: 213 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# swbf-unmunge-gui
A graphics interface for [sleepkiller/swbf-unmunge](https://github.com/SleepKiller/swbf-unmunge) cli tool
Written in TypeScript
## Status
Started - not functional
## Usage
### Install
### Running
### Screenshots

## Meta
Frameworks Used:
- Electron (GUI framework)
- Nodejs (OS APIs like filesystem)
Libraries Used:
- [exponent-ts](https://github.com/RepComm/exponent-ts) (my own UI library)
## Links I found useful
[SO - electron - using preload.js properly](https://stackoverflow.com/questions/57807459/how-to-use-preload-js-properly-in-electron)