https://github.com/wisepythagoras/web-browser-playground
https://github.com/wisepythagoras/web-browser-playground
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wisepythagoras/web-browser-playground
- Owner: wisepythagoras
- License: gpl-3.0
- Created: 2022-05-14T01:21:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T21:41:59.000Z (over 1 year ago)
- Last Synced: 2025-03-09T14:46:36.740Z (7 months ago)
- Language: Rust
- Size: 224 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web Browser Playgdound
This is yet another attempt to build a web browser, but this time in Rust. I'll keep trying to implement as much of the JS API as I can and at the same time play with rendering HTML to a window.
I'm using [boa](https://github.com/boa-dev/boa) as the JS engine and [iced](https://github.com/iced-rs/iced) for the app.
## License
Althought the code in this repository has been licensed under the GNU GPLv3 license, I forbid the use of this code for the purposes of training any kind of artificial intelligence or machine learning model.