3
submitted 3 days ago by veloren23djk@lemmy.zip to c/rust@lemmy.ml

I am creating an app that will have some data visulization features. I have no experience in tauri or web dev, so I want to know whether it is possible to render D3.js, plotty, etc. and use them as a part of the tauri frontend

top 1 comments
sorted by: hot top new old
[-] TehPers@beehaw.org 1 points 3 days ago

The Tauri frontend is a full web view and should be capable of rendering anything your native browser can. You should just be able to add those libraries to your bundle and use them. Usually that means just adding a dependency to your package.json and importing the library, though that depends on your frontend stack of course.

this post was submitted on 04 Jun 2026
3 points (100.0% liked)

Rust Programming

9286 readers
3 users here now

founded 7 years ago
MODERATORS