Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shinyaigeek/shinyaic

Shinyaic is browser made by @shinyaigeek for learning.
https://github.com/shinyaigeek/shinyaic

browser rust web

Last synced: 3 months ago
JSON representation

Shinyaic is browser made by @shinyaigeek for learning.

Awesome Lists containing this project

README

        

# Shinyaic

Browser(html rendering engine) made by @Shinyaigeek.

![](./sample.gif)

## How to use

```
git clone [email protected]:Shinyaigeek/Shinyaic.git && cd Shinyaic

cargo run
```

## RoadMap 🚗

- [x] show simple html and css
- [x] access web page with url with [konnnyaku](https://github.com/shinayigeek/konnnyaku)
- [x] show example.com
- [ ] fetch resource such as picture or css
- [ ] full support for html(all tag, fuzzy parser...)
- [ ] full support for css (media query, css variables...)
- [ ] support resize
- [ ] run javascript with [Onsen](https://github.com/shinyaigeek/Onsen)
- [ ] support builtin web api