Version 0.1.0 of the Browser Engine!
If you don’t know what I’m building, I’m creating a custom browser engine in C++ from scratch, something like Chromium, but a lot more bare bones.
Today, I did a bunch of things. I got my first CSS attributes to detect and work! Text now is not hardcoded and dynamically scales based on the CSS!
This really wasn’t too hard, so I moved on to the next thing, getting a working UI! The UI I’ve created is basic, but it allows you to search without using the terminal and search multiple things!
Overall this was an awesome day for today; my plan over the coming days is to support more CSS and work on fixing performance and overflow bugs!
Thanks for reading. :)
Code / Project
You can check out the code here:
https://github.com/k754a/C-Plus-Plus-Web-Engine
And try a older version of it:
https://k754a.hackclub.app/
The video shows the standalone app, and searching 2 different sites.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.