A minimal browser engine written in rust because i was bored
I used AI for creating some tests; not all. Also i used it for debugging and helping me with some logic i couldn understand such as how to connect v8 with my dom
A minimal browser engine written in rust because i was bored
I used AI for creating some tests; not all. Also i used it for debugging and helping me with some logic i couldn understand such as how to connect v8 with my dom
Finally added v8 engine. It was a bit of a pain, i didnt fully connect dom to v8 but its sufficient
Log in to leave a comment
I added mostly logic for rendering and network. I wrote a simple JS parser but im prob gon change to v8. For network i used native-tls to handle most networking and tls. and i js made simple logic for rendering layouts and a simple error handler.
Log in to leave a comment
Started working on parsing for CSS and HTML, JS will be dealt later (i.e: Never :DDDDDD). HTML portion is basically done and i started working on CSS.
Log in to leave a comment