https://github.com/mixedmatched/fruity
https://github.com/mixedmatched/fruity
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mixedmatched/fruity
- Owner: MixedMatched
- License: agpl-3.0
- Created: 2022-10-28T06:12:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T08:52:31.000Z (over 3 years ago)
- Last Synced: 2025-02-06T07:15:52.611Z (over 1 year ago)
- Language: CSS
- Size: 2.68 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fruity
Fruity is a GUI for [rCAS](https://github.com/nw-rs/rcas).
## Setup
Fruity compiles to wasm in order to be served as a webpage. To compile to wasm, you must install the wasm32-unknown-unknown target:
```
rustup target add wasm32-unknown-unknown
```
You also need to install trunk in order to serve the webpage:
```
cargo install --locked trunk
```
## Running
When you're ready to compile and run Fruity, trunk can handle everything for you:
```
trunk serve
```
## License
Copyright (C) 2022 Alessandra Simmons & Fruity Contributors
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.