Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/newca12/versatilist
A multi-platform dynamic list filter
https://github.com/newca12/versatilist
Last synced: about 5 hours ago
JSON representation
A multi-platform dynamic list filter
- Host: GitHub
- URL: https://github.com/newca12/versatilist
- Owner: newca12
- License: gpl-3.0
- Created: 2016-04-30T12:36:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-05T13:01:28.000Z (over 3 years ago)
- Last Synced: 2024-10-29T01:31:07.603Z (11 days ago)
- Language: Rust
- Homepage:
- Size: 139 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VersatiList
### About ###
VersatiList is a multi-platform dynamic list filterThe Scala/JavaFX multi-platform (iOS/Android/Windows/Mac OSX/Linux) implementation has been archived in [scala branch](https://github.com/newca12/VersatiList/tree/scala)
This is now re-written in rust
A sample dataset is provided to demonstrate recipe search by ingredients you have at home
VersatiList is an EDLA project.
The purpose of [edla.org](http://www.edla.org) is to promote the state of the art in various domains.
### Usage ###
To launch the GUI
```
cargo run
```### Web version ###
You can try the experimental online version [VersatiList][1]
or built it yourself :
```
rustup target add wasm32-unknown-unknown
cargo install wasm-bindgen-cli
cargo build --target wasm32-unknown-unknown
wasm-bindgen target/wasm32-unknown-unknown/debug/versatilist.wasm --out-dir VersatiList --web
```### License ###
© 2016-2021 Olivier ROLAND. Distributed under the GPLv3 License.[1]: https://edla.org/VersatiList