versatilist

Crates.ioversatilist
lib.rsversatilist
version0.1.0
sourcesrc
created_at2021-04-05 13:01:02.688621
updated_at2021-04-05 13:01:02.688621
descriptionA cross platform dynamic list filter
homepagehttps://github.com/newca12/VersatiList
repository
max_upload_size
id379316
size170,297
Olivier ROLAND (newca12)

documentation

README

VersatiList

About

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.

Usage

To launch the GUI

cargo run

Web version

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

License

© 2016-2021 Olivier ROLAND. Distributed under the GPLv3 License.

Commit count: 0

cargo fmt