Skip to content
forked from DioxusLabs/blitz

High performance HTML and CSS renderer powered by WGPU

Notifications You must be signed in to change notification settings

erlend-sh/blitz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blitz: A wgpu renderer for Dioxus

Blitz is a native renderer for Dioxus that uses WGPU to draw the Dioxus virtualdom to the screen.

Because the default Dioxus element set relies on HTML, so does Blitz, meaning Blitz can be used as a partial replacement for the web rendering engine in modern browsers.

CSS is handled via ParcelCSS and layout is handled with Taffy.

Extending Blitz

One project that extends Blitz is SciViz: a high-performance plotting toolkit for Rust and Python. It uses Dioxus to draw the UI and extends the regular Dioxus syntax with a custom set of components and elements.

About

High performance HTML and CSS renderer powered by WGPU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%