https://github.com/chances/surf
An experiment to create a toy browser engine
https://github.com/chances/surf
browser-engine xamarin-mac
Last synced: about 2 months ago
JSON representation
An experiment to create a toy browser engine
- Host: GitHub
- URL: https://github.com/chances/surf
- Owner: chances
- License: bsd-3-clause
- Created: 2018-05-14T06:51:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-25T01:35:35.000Z (9 months ago)
- Last Synced: 2025-01-09T22:23:11.548Z (4 months ago)
- Topics: browser-engine, xamarin-mac
- Language: C#
- Homepage:
- Size: 802 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Surf
An experiment to create a toy browser engine.
Based on [Let's build a browser engine!](https://limpet.net/mbrubeck/2014/08/08/toy-layout-engine-1.html)
from [Matt Brubeck](https://limpet.net/mbrubeck/)## Development
See [.NET 6](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) downloads.
## License
[MIT License](http://opensource.org/licenses/MIT)
Copyright © 2018-2019 Chance Snow. All rights reserved.