hemi
dioxus


hemi | dioxus | |
---|---|---|
2 | 165 | |
68 | 25,157 | |
- | 5.8% | |
7.9 | 9.8 | |
4 months ago | 1 day ago | |
Rust | Rust | |
GNU General Public License v3.0 only | 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.
hemi
-
I wrote a typing trainer in pure Rust + WASM
It uses Dioxus as a frontend framework, compiled and shipped to your browser via web assembly. It worked quite well for me, helping me increase my raw typing speed by ~40wpm, and it's opensource on github if you wanna try it yourself: https://github.com/kualta/Hemi
-
a monkeytype-inspired tool to train your hands speed separately
I made this for myself and it worked quite well, you can try it as well if you want, it's open-source on github: https://github.com/kualta/Hemi
dioxus
-
auto y2025 = new Year(); // Resolutions
Rewrite Muscurdi - Password Manager in Rust with [iced](https://github.com/iced-rs/iced, dioxus and/or tauri
-
Dioxus 0.6 – Crossplatform apps with Rust
In, my opinion it's good for ambitious projects to have a stable financial foundation. What negative things one project does because of venture capital does not mean another will.
There's no CLA. Dioxus is MIT/Apache-2 licensed.
> How many of the contributors are directly payed for their contributions?
I unfortunately feel like you're asking this in bad faith. Our team is very small, we're very lean, and we have funding sources that aren't just venture. We also have a very active community and people are building new libraries and becoming dioxus contributors every day.
https://github.com/DioxusLabs/dioxus/releases/tag/v0.6.0 (scroll to contributors)
- Dioxus 0.6: Web, Desktop, Mobile Apps in Rust
-
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-...
- Dioxus – Cross Platform Apps in Rust
-
Blitz: A lightweight, modular, extensible web renderer
Yes, Sciter is definitely pretty close.
We think we can do better CSS support. Sciter has good CSS2 layout support, but only has it's own proprietary equivalent to Flexbox. Our CSS2 support is currently pretty patchy, but we have good Flexbox and CSS Grid support. We also have full support for things like media queries and css variables which I don't believe Sciter supports.
Regarding "just disable the JS":
You can, but then you won't have scripting support. Blitz still has scripting support without JS using https://github.com/DioxusLabs/dioxus which is a react-like UI framework but in Rust.
-
Tauri 2.0 Release Candidate
Related: Dioxus
> Dioxus is a Rust library for building apps that run on desktop, web, mobile, and more.
https://dioxuslabs.com
(Dioxus uses Tauri)
-
Inkdown is a Markdown reading, editing, and sharing tool
There's also Tauri which https://dioxuslabs.com/ uses.
-
Ask HN: Who is hiring? (June 2024)
Dioxus Labs (http://dioxuslabs.com) | Founding Rust Engineer | San Francisco | in-person | Full-time | 125-150k | 0.5-3% equity
I'm Jonathan, the creator of Dioxus (YC S23). Dioxus is a popular crossplatform GUI library for Rust that, imo, is the easiest way to ship apps that are beautiful, fast, and robust.
Dioxus is quite popular, almost 20k stars on GitHub, and we recently raised a sizable seed round from "top vcs." We have a lot of exciting projects on the horizon:
- in-place binary patching for rust hotreloading (http://github.com/jkelleyrtp/ipbp)
- a WGPU powered HTML/CSS renderer (http://github.com/dioxusLabs/blitz)
- experiments with LLM-based component generation (http://github.com/dioxusLabs/dioxus-ai)
- upcoming mobile tooling
- TUI-based devtools for a ruby-on-rail like experience
- a deploy platform for web/desktop/mobile/backend and all the fun that entails...
I'm looking for a founding systems engineer passionate about Rust, WASM, apps, the web, compilers, linkers, and devex - basically someone who's not afraid of anything. Dioxus is a very lean organization and we've been able to move so quickly since we keep our team small and high trust. No annoying standups or corporate bureaucracy. If you want to contribute to OSS, move the needle, and work in a startup that's closer to deeptech with hard problems, this role is for you.
I'm specifically looking for people who are excited by this space and doing this type of work. If you're just looking for a job then this probably isn't the right role for you.
Apply on our yc page or are reach me directly at jon at dioxuslabs dot com
https://www.ycombinator.com/companies/dioxus-labs/jobs/dRPOo...
-
Dioxus 0.5: Web, Desktop, Mobile Apps in Rust
We have a web components example here: https://github.com/DioxusLabs/dioxus/blob/fd21c971038840130f...
Everything should work like normal except: attributes are not typed, custom event listeners must be implemented with web-sys

