modav

Crates.iomodav
lib.rsmodav
version0.2.0
sourcesrc
created_at2024-08-26 17:18:37.530455
updated_at2024-10-31 15:22:32.219708
descriptionThis is a personal learning project aimed at creating a simple, intuitive, and modern data visualization tool using Rust.
homepage
repositoryhttps://github.com/EmmanuelDodoo/modav
max_upload_size
id1352442
size1,134,240
Emmanuel N Dodoo (EmmanuelDodoo)

documentation

README

Modern Data Visualisation Tool (Modav)

Description

This is a personal learning project aimed at creating a simple, intuitive, and modern data visualization tool using Rust.

The tool is designed to enable users to effortlessly explore and present their data in various visual forms.

The project is split into 2 parts. The core functionality and the GUI application. This repository is for GUI Application. The backend repo can be found here.

Planned Features/Goals

I plan to support the most common dataset operations, models and data formats. I’ve thus grouped the planned features accordingly.

Supported File Formats

  • CSV and CSV-like data (like TSV)
  • JSON
  • Excel/Spreadsheet Files

Visualisation Models

  • Line Charts

line chart

  • Bar graphs

Bar chart

  • Stacked Bar Graphs

Stacked Bar graph

See the images folder for more examples.

Install from Package

Pre-built packages for Windows, Ubuntu Linux and MacOS can be found on the Releases page.

Install from Source

A Rust Installation is needed to compile Modav. The Minimum Supported Rust Version is 1.77.0.

To build,

$ git clone https://github.com/EmmanuelDodoo/modav
$ git checkout release-v0.1.0
$ cd modav
$ cargo build --release
$ ./target/release/modav

Contributing

At this moment, this project is specifically for gaining experience in Rust so contributions are closed. However, should the project expand past the set goals above, Contributions will be allowed.

License

This project is licensed under the MIT License.

Acknowledgement

Commit count: 170

cargo fmt