2024-02-19 15:35:52 +00:00
|
|
|
# Rust Slicer
|
2024-02-14 16:01:21 +00:00
|
|
|
|
2024-02-19 15:35:52 +00:00
|
|
|
The rust slicer is a rust app powered by the tauri framework. It is currently really WIP so use it at your own risk.
|
2024-02-18 18:51:53 +00:00
|
|
|
|
2024-03-03 14:38:06 +00:00
|
|
|
![Screenshot of the rusty slicer application](/Screenshot-Rusty-Slicer.png)
|
|
|
|
|
2024-02-19 15:35:52 +00:00
|
|
|
## How to build
|
|
|
|
|
|
|
|
1. Install Rust using rustup
|
|
|
|
2. Install Tauri
|
|
|
|
3. Clone the repo
|
|
|
|
|
|
|
|
``` git clone "https://github.com/ayabusa/Rusty-slicer.git" ```
|
|
|
|
|
|
|
|
```cd Rusty-slicer```
|
|
|
|
4. Build using ```cargo tauri dev```
|
2024-02-18 18:51:53 +00:00
|
|
|
|
2024-03-03 14:43:22 +00:00
|
|
|
## TODO
|
|
|
|
|
|
|
|
- [x] Working Program
|
2024-03-03 16:34:34 +00:00
|
|
|
- [x] Use the file format choosen
|
2024-03-08 15:01:32 +00:00
|
|
|
- [x] Dummy proof
|
2024-03-09 07:34:37 +00:00
|
|
|
- [x] Icons
|
2024-03-03 14:43:22 +00:00
|
|
|
- [ ] little website
|
2024-03-03 20:08:48 +00:00
|
|
|
- [x] Port to Windows
|
|
|
|
|
|
|
|
## Support me
|
|
|
|
If you like what I make and if you can afford it consider tipping me ;D
|
2024-03-03 20:09:35 +00:00
|
|
|
|
2024-03-03 20:08:48 +00:00
|
|
|
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/S6S6V7DYK)
|