An attempt to create a Web browser engine implemented in C# from scratch. As of now, it turned to be a rewrite of
some parts of NetSurf in C#, mostly CSS parser and box tree builder
- C# code with minimal syntax sugar (definitely not like Angular)
- Some code is based and inspired by NetSurf wonderful CSS implementation
- CSQuery is used as HTML parser
- Skia is used as a graphics library
- Able to parse HTML, thanks to CsQuery's HTML parser
- Beginnings of layout engine and CSS parser are being implemented
- To have minimally required code to render some text