Falco — a from-scratch browser engine in ~36k lines of Rust (v0.1.0 release)

rust dev.to

Hi everyone! I just released v0.1.0 of Falco — a browser engine I've been building in Rust on nights and weekends. No WebKit, no Gecko, no Chromium — every module is written from scratch in ~36,000 lines. 🔗 GitHub: https://github.com/poxk/Falco 🔗 Releases (prebuilt binaries for Linux/macOS/Windows): https://github.com/poxk/Falco/releases/tag/v0.1.0 What's inside All modules are from scratch, with no dependency on existing browser engines: HTML5 (html5/ + html.rs) Tokeni

Read Full Tutorial open_in_new
arrow_back Back to Tutorials