Crates.io | versatilist |
lib.rs | versatilist |
version | 0.1.0 |
source | src |
created_at | 2021-04-05 13:01:02.688621 |
updated_at | 2021-04-05 13:01:02.688621 |
description | A cross platform dynamic list filter |
homepage | https://github.com/newca12/VersatiList |
repository | |
max_upload_size | |
id | 379316 |
size | 170,297 |
VersatiList is a multi-platform dynamic list filter
The Scala/JavaFX multi-platform (iOS/Android/Windows/Mac OSX/Linux) implementation has been archived in scala branch
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 is to promote the state of the art in various domains.
To launch the GUI
cargo run
You can try the experimental online version VersatiList 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
© 2016-2021 Olivier ROLAND. Distributed under the GPLv3 License.