Show HN: Aurora – a browser engine experiment in Rust
Category: devtools
Tags: browser-engine, rust, gpu-rendering, web-standards, experimental
Score: 6.0/10 (Innovation: 7, Technical: 8, Documentation: 4, Utility: 3)
Aurora is an experimental browser engine built from scratch in Rust, implementing core pipeline components like HTML parsing, CSS styling, layout, and GPU-based rendering using wgpu/Vello. It's interesting because it explores a modern, explicit implementation of browser internals without relying on industry-standard libraries like Skia, while integrating the Boa JavaScript engine.
Target audience: backend devs, systems programmers, browser engineers
View on Hacker News