this post was submitted on 21 Mar 2025
35 points (100.0% liked)

Opensource

2360 readers
65 users here now

A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!

CreditsIcon base by Lorc under CC BY 3.0 with modifications to add a gradient



founded 2 years ago
MODERATORS
 

Blitz is a new independent web engine implemented in Rust. It’s flexible low-level APIs make it suitable for a wide variety of use cases web browsers, an application runtimes, ebook rendering, email rendering, rendering HTML to image, etc. And its uniquely modular architecture allows it to share much of its code with other projects which it is hoped will lead to a more sustainable development model.

This project aims to bring Blitz “up to scratch” for the use-case of being an HTML/CSS browser (JavaScript support is not in scope). Use cases that are being targeted include: browsing wikipedia, viewing news websites, and searching using a search engine. The work to be completed includes improvements to the layout engine, implementation of form controls, adding WPT testing infrastructure, and the creation of an initial browser UI.

top 1 comments
sorted by: hot top controversial new old
[–] onlinepersona 8 points 1 week ago

I'm glad this is happening. Servo has been a disappointment for me as it is terribly difficult to integrate. It doesn't make good use of what rust provides in terms of separation of concerns and the API is impossible to use for laymen.

Blitz looks like a better alternative as the roadmap seems to stick to just HTML and CSS without trying to build another browser and at the same time letting that infiltrate what should be a library.

Anti Commercial-AI license