https://github.com/chansuke/tentacion
This is a tiny toy web browser engine
https://github.com/chansuke/tentacion
Last synced: 27 days ago
JSON representation
This is a tiny toy web browser engine
- Host: GitHub
- URL: https://github.com/chansuke/tentacion
- Owner: chansuke
- License: mit
- Created: 2020-02-11T06:36:18.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2020-05-13T14:20:03.000Z (about 6 years ago)
- Last Synced: 2025-03-06T18:23:45.856Z (over 1 year ago)
- Language: Rust
- Size: 45.9 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tentacion

[](./LICENSE)
This is a toy web browser engine written in Rust language.
## Status
Currently, it enable to parse HTML & CSS and show some layout tree.

## References
I heavily refers these two engines.Thanks.
- [robinson](https://github.com/mbrubeck/robinson)
- [naglfar](https://github.com/maekawatoshiki/naglfar)