/meepls

Simple movie recommendation app.

Primary LanguageRust

Recommend me

An egui app for recommending movies.

TODO

See MVP milestone.

Running

cargo run --release

Development

Crates:

  • ./src (to be changed?): Entry point of egui app
  • ./lib (to be changed?): Hot module of egui app (basically everything)

Requirements

To run with hot-reloading enabled

cargo watch -w lib -x "build -p lib" &
cargo run --features reload

Or just normal mode

cargo run