Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/criskell/toy_browser
Renderizador HTML e CSS básico
https://github.com/criskell/toy_browser
Last synced: 15 days ago
JSON representation
Renderizador HTML e CSS básico
- Host: GitHub
- URL: https://github.com/criskell/toy_browser
- Owner: criskell
- Created: 2023-01-10T02:07:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-19T00:11:40.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T00:46:31.059Z (about 1 month ago)
- Language: Rust
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# toy_browser
Renderizador HTML e CSS básico feito com base no tutorial [Let's build a browser engine!
](https://limpet.net/mbrubeck/2014/08/08/toy-layout-engine-1.html) para aprendizado de Rust e HTML/CSS.Funcionalidades:
- Parser de CSS e HTML
- Layout de blocos (`display: block`)
- Pintura## Resultado
![Screenshot](output.png)