https://github.com/dahlitzflorian/simple-browser-engine
Simple browser engine for educational purposes.
https://github.com/dahlitzflorian/simple-browser-engine
browser-engine educational-project rust rust-lang
Last synced: 2 months ago
JSON representation
Simple browser engine for educational purposes.
- Host: GitHub
- URL: https://github.com/dahlitzflorian/simple-browser-engine
- Owner: DahlitzFlorian
- Created: 2022-11-23T10:00:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-23T17:30:32.000Z (over 2 years ago)
- Last Synced: 2025-01-08T13:27:34.433Z (4 months ago)
- Topics: browser-engine, educational-project, rust, rust-lang
- Language: Rust
- Homepage:
- Size: 2.93 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Browser Engine
## Description
In order to learn the Rust programming language, a simple browser engine was written.
It is mainly based on the articles series by [Matt Brubeck](https://limpet.net/mbrubeck/2014/08/08/toy-layout-engine-1.html).
His code is publicly available [here](https://github.com/mbrubeck/robinson).