Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/shinyaigeek/shinyaic
- Owner: Shinyaigeek
- Created: 2021-02-04T13:56:30.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-11T09:36:10.000Z (almost 3 years ago)
- Last Synced: 2024-05-01T16:25:46.342Z (9 months ago)
- Topics: browser, rust, web
- Language: Rust
- Homepage:
- Size: 4.4 MB
- Stars: 13
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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 Shinyaiccargo 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