A pretty GUI wrapper for kyros-core
The purpose of this application is to make it easier for users to interact with the CLI functionality of the kyros-core program.
If no releases exist, the only way of running this program is to compile it yourself. To do so there are a few prerequisites that are needed. Note that any command must be run within the context of the root directory of the application.
- The rust compiler
- NodeJS
To install all the packages required, run the following.
npm install
- For fast initialization, use the
npm run tauri dev
command. - For creating a build (might take a few minutes) use the
npm run tauri build
command.
This project is currently in development with no stable releases yet.
- Adding a confirmation section for images generated over 1000px to be bound to image display.
- Adding a toggle for making a preview image on image display.
- The
rate of color change
section of the UI isn't bound to anything yet, adding this has to be done in core first. - Adding a
background color
section with bit depth selection. - Patching the size of some of the icons for the displays.
- Adding the logic for the saved images section.
- Adding an implimentation for donations.
- Tauri (Backend)
- React (Frontend)