You are browsing as a guest. Sign up (or log in) to start making projects!

3h 35m 22s logged

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!

1
184

Comments 3

@Sabrina

Awesome work! I cant wait to see you tackle javascript

@kallenseelo

@Sabrina thanks so much! Genuinely have no idea how im gonna do it, but i’ll figure it out lol

@zombieking1555

So great to see the progress on this project!