Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 238 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 238 Bytes

html-browser

HTML Parser and renderer in cpp using the SFML rendering library

Parses HTML files with css and creates a parse tree of tag objects. All tag objects inherit from the BaseTag object.

Renders the tree with the SFML library