InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises. Learn more →
Top 9 Rust Elm Projects
-
Project mention: Blazor United - When it ships it would be the most glorious way to do web with .NET | reddit.com/r/programming | 2023-01-25
Aside from Blazor there's already some other projects like Yew (rust), seed (rust), asm-dom (C++) and vugu (Go) and more that have decent followings and activity. A lot more (especially managed languages) are waiting for some features to come online like wasm GC and host bindings (direct wasm access to browser apis which includes the DOM). It'll take a bit of time, but it'll get there eventually.
-
Project mention: Tauri vs Iced vs egui: Rust GUI framework performance comparison (including startup time, input lag, resize tests) | reddit.com/r/rust | 2023-02-03
I looked at this graph and it seemed that that vast majority was done by the top contributor. But I guess these graphs can be fairly misleading :/ Fixed my post! Thanks for pointing out the error!
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
sauron
A versatile web framework and library for building client-side and server-side web applications
There is also sauron Disclaimer: I'm the author
-
Using this example: https://github.com/Relm4/Relm4/blob/main/examples/simple.rs
-
-
My repo is at https://github.com/kreibaum/pacosako and you can see e.g. in https://github.com/kreibaum/pacosako/blob/master/backend/src/ws/mod.rs#L29 how I am gluing together various channels to make the different parts of the app talk to each other. This is (part of) what I hope to get rid of with pub-sub. And of course the global server state which has to track all the rooms & players right now :-/
-
I made a tiny TUI framework that also uses the Elm architecture, heavily inspired by iced. It’s a good reference if you’re curious how the framework works at a high level, check it out here - douglas
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
-
Project mention: project demo! Milton: an IoT application for viewing a video stream and controlling an LED light strip while away from home | reddit.com/r/AnycubicVyper | 2022-12-17
The source code and STL files for the printed parts are available on github.
Rust Elm related posts
- C++ evolution vs C++ successor languages. Circle's feature pragmas let you select your own "evolver language."
- Newbie needs help with Relm4 errors. On Kubuntu
- Are there plans to improve concurrency in Rust?
- Solution for "error[E0425]: cannot find function `every` in module `time`" when using Iced Rust GUI library
- Rust Iced and IPC_Channel Example (Maybe it's useful to someone)
- OctaSine (free and open source FM synth plugin) v0.8.2: sustain pedal support, other improvements
- Simple custom button with Slint in under 4 Minutes
-
A note from our sponsor - InfluxDB
www.influxdata.com | 4 Feb 2023
Index
What are some of the best open-source Elm projects in Rust? This list will help you:
Project | Stars | |
---|---|---|
1 | yew | 26,169 |
2 | iced | 17,815 |
3 | sauron | 1,735 |
4 | Relm4 | 756 |
5 | elm-json | 169 |
6 | pacosako | 9 |
7 | douglas | 4 |
8 | elm-solve-deps | 3 |
9 | milton | 0 |