1 unstable release

0.1.0 Apr 5, 2021

#8 in #ingredient

GPL-3.0-or-later

47KB
198 lines

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.

Dependencies

~12–29MB
~487K SLoC