|
|
|
|
|
by hrjet
1995 days 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 |
|
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!