An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Tentacion
![](https://github.com/chansuke/tentacion/workflows/Tentacion%20CI/badge.svg)
[![](http://img.shields.io/badge/license-MIT-blue.svg)](./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.
![currentstatus](https://user-images.githubusercontent.com/501052/80106695-28e6a380-85b5-11ea-806e-023590ae8b3a.png)

## References
I heavily refers these two engines.Thanks.

- [robinson](https://github.com/mbrubeck/robinson)
- [naglfar](https://github.com/maekawatoshiki/naglfar)