blitz
blitz copied to clipboard
High performance HTML and CSS renderer powered by WGPU
**Problem** The `oninput` event fall into recursion when the listener changes its own property. Additionally, before emitting the event, it should be checked if the value is not equal to...
**Problem** Long text is not hidden or trimmed properly according to `overflow` attribute, which will cause out-of-boundry panic. **Steps To Reproduce** Code: ```rust fn main() { dioxus_tui::launch(|cx| { cx.render(rsx!{ div...
## Specific Demand Styling in Blitz is very incomplete. We can do basic styles like text and background colors, but it would take a long time to build up to...
It would be nice to see the progress of blitz by showing it render a basic website (perhaps one of the websites on [nocss.club?](https://nocss.club/))
**Problem** While running a very basic hello world app, the Blitz-driven binary spinloops at 100% CPU usage despite nothing going on. From what I can tell, it appears to be...
From reading the Dioxus docs and any resources I could come across (on Discord and the wider web), I understand that blitz (plans to) support the following platforms: - Desktop...
## Specific Demand - Default stylesheet: This allows us to set default styles per elements which makes implementing ``, ``, etc. easier and along with https://github.com/DioxusLabs/dioxus/pull/940 unlocks widget support in...
## Specific Demand [Cosmic text](https://github.com/pop-os/cosmic-text) implements some more advanced text layout and editing. It supports rendering bold, italicized, and multiline text. It also implements text editing on Unicode characters. ##...
**Problem** The outline color for the focus is red in the css_grid_buttons, but black in the buttons example: **Steps To Reproduce** Steps to reproduce the behavior: - Run `cargo run...
I find the idea of a native wgpu based renderer amazing, however I wonder how much is planned to be implemented to be on parity with the web based alternatives....