plotters
yew
plotters | yew | |
---|---|---|
14 | 203 | |
3,920 | 30,915 | |
1.4% | 0.5% | |
8.1 | 8.3 | |
6 days ago | 3 days ago | |
Rust | MDX | |
MIT License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
plotters
-
Plotting with GTK4
plotter-rs Cairo backend: Specific backend to interact with a gtk-rs DrawingArea widget.
-
Looking for any crates to help me migrate my current workflow to Rust.
I would also look at plotters https://github.com/plotters-rs/plotters to replace mathplotlib. Unfortunately, I'm not aware of any library for image transformations/augmentations.
-
Iced, a cross-platform GUI library — New release featuring stabilization of stateless widgets, first-class theming, widget operations, lazy widget, and more!
Have you looked into plotters https://github.com/plotters-rs/plotters ? I think it should be possible to integrate it into an app.
- By the way, plotters has an ab_glyph feature now
-
[Media] Quantum wave packet simulations (second day learning Rust)
About plots, besides plotly, take a look at https://github.com/plotters-rs/plotters and https://github.com/milliams/plotlib
-
2D library with decent text rendering / measuring support
I'd recommend plotters, I've only used it for it's drawing api and I found it quite nice for text rendering.
-
Data visualization in rust
- https://github.com/plotters-rs/plotters
- Simple plotting/graphing crate suggestions
-
Discussion: Integrating polars and plotters
For those who do not know about them, polars is a data frame crate for Rust and Python. It is also the fastest data frame library, according to benchmarks. Plotters is a crate for data visualisation. Both are the equivalents of pandas and matplotlib from the Python ecosystem. However, the integration with matplotlib in pandas has no equivalent. I would like to propose an effort to integrate polars with plotters, either by modifying the existing codebases, or creating a new bridge crate. I would love to hear opinions about this from the widder community.
- What libraries do you miss from other languages?
yew
-
If Not React, Then What?
> You still need to access the DOM, which can't be done directly from WASM. Maybe someday it will happen?
You can access the DOM through JavaScript glue. These Rust WASM frameworks do that:
- Leptos: https://www.leptos.dev/
- Sycamore: https://sycamore.dev/
- Yew: https://yew.rs/
- Dioxus: https://dioxuslabs.com/
> Okay, so use canvas instead and do all UI inside WASM?
You can do that too. That's what this VB6 clone written in C# and compiled to WebAssembly does:
- https://bandysc.github.io/AvaloniaVisualBasic6/
- https://github.com/BAndysc/AvaloniaVisualBasic6
> vague "JavaScript limitations"
It's not vague. Despite 28 years of effort optimizing JavaScript, WebAssembly outperforms JavaScript:
- https://nuenki.app/blog/bloom_filters_optimisation
- https://jordaneldredge.com/blog/speeding-up-winamps-music-vi...
- https://www.amazon.science/blog/how-prime-video-updates-its-...
-
Setting up the Environment and Hello world in WASM with Rust 🦀
[package] name = "wasm-dev" version = "0.1.0" edition = "2021" [dependencies] yew = { git = "https://github.com/yewstack/yew/", features = ["csr"] }
-
Surprisingly Powerful – Serverless WASM with Rust Article 1
Yew is a framework for creating reliable and efficient web applications. Yew
- Container2wasm: Convert Containers to WASM Blobs
-
Show HN: Game of Life with grid editor in browser with Rust and WASM
I coded up a game of life implementation in rust and web assembly using https://yew.rs/ as an effort to sharpen my rust skills and it resulted as a fun toy. You can find the source here: https://gitlab.com/reedrichards/wvdom Enjoy!
- The best WebAssembly runtime may be no runtime at all
-
Recreating the Apple Calculator in Rust using Tauri, Yew and Tailwind
UI template: Yew - (https://yew.rs/)
- Yew: Rust / WASM framework for creating reliable and efficient web applications
-
Ask HN: If you were to build a web app today what tech stack would you choose?
I'm surprised nobody said they'd use [Yew](https://yew.rs/), especially given the premise of this being for a passion project.
-
Semantics of method which takes Rc<Self> and returns Rc<Self>?
This example shows updating an existing state: https://github.com/yewstack/yew/blob/04909dd942eb64285652d96a2621bdf7be3fa912/examples/timer_functional/src/main.rs
What are some alternatives?
iced - A cross-platform GUI library for Rust, inspired by Elm
Seed - A Rust framework for creating web apps
crates.io - The Rust package registry
dioxus - Fullstack app framework for web, desktop, mobile, and more.
cross - “Zero setup” cross compilation and “cross testing” of Rust crates
sycamore - A library for creating reactive web apps in Rust and WebAssembly
rustbreak - A simple, fast and easy to use self-contained single file storage for Rust
leptos - Build fast web applications with Rust.
polars - Dataframes powered by a multithreaded, vectorized query engine, written in Rust
Rocket - A web framework for Rust.
aws-sdk-rust - AWS SDK for the Rust Programming Language
tauri - Build smaller, faster, and more secure desktop and mobile applications with a web frontend.