Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
danfragoso authored Jun 3, 2020
1 parent cb086f6 commit 3d6da26
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
![thdwb](https://raw.githubusercontent.com/danfragoso/thdwb/master/thdwb.png))
___
![thdwb](https://raw.githubusercontent.com/danfragoso/thdwb/master/thdwb.png)

This is the hotdog web browser, it's a web browser written from scratch entirely in golang.
This is the hotdog web browser project. It's a web browser with its own layout and rendering engine, parsers, and UI toolkit!

It's made from scratch entirely in golang. External dependencies are only OpenGL and GLFW, even go dependencies are kept to a minimum.

The main goal of this project is to learn how to does a web browser works under the hood by implementing one. The browser is far from stable, spec-compliant, or even really useful, but, I'm slowly working on bringing more features and supporting more sites.

🌭🌭🌭

<p align="center">
<img src="screenshot.png?raw=true"></img>
Expand Down

0 comments on commit 3d6da26

Please sign in to comment.