6 ms·
> But there really is need for another browser engine. If alone to prove that writing a new one from scratch is possible in 2020. We have been developing one h
by hrjet 6y ago
> But there really is need for another browser engine. If alone to prove that writing a new one from scratch is possible in 2020.
We have been developing one here [1]. It's a long way to go, but hey, it's open source!
And we had found it working fine on a RaPi 2 couple of years back.
[1] https://gngr.info https://gngr.info
- berkes 6y agoI presume that when you keep focusing on HTML and CSS, it can find a good niche, while being a achievable target. Rendering of HTML and CSS is a tough task, but can be very performant and doable without any APIs and JS/ECMA. Thanks for the work. Interesting project!