Y
Hacker News
new
|
ask
|
show
|
jobs
by
aethy
1341 days ago
No; rxi wrote a rendering cache infront of the renderer. It doesn't require a widget library for this reason; it's able to efficiently implement an immediate renderer. Simplifies the codebase a lot.
1 comments
x13pixels
1341 days ago
If you are interested, the write up on the cached software renderer used in Lite is written up here:
https://rxi.github.io/cached_software_rendering.html
link