CSS Parsing!
I got CSS working! I was able to get my CSS parser working on the engine and parse properly. This wasn’t as easy as I thought, as my first attempt worked but was dreadfully slow (10+ seconds), so a lot of the time went into rewrites and optimizations, bringing it from 10+ to about 2 seconds for huge CSS (1000+ lines of CSS)!
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/
Video below shows it loading the hackclub website!
Comments 3
Awesome work! I cant wait to see you tackle javascript
@Sabrina thanks so much! Genuinely have no idea how im gonna do it, but i’ll figure it out lol
So great to see the progress on this project!
Sign in to join the conversation.