Hacker News new | ask | show | jobs
by pavlov 822 days ago
It’s not terribly difficult to make your own React renderer, and it’s fun to have full control.

I’ve written a React renderer that has both a canvas path for graphics and an automatically generated acceleration path for video layers:

https://www.daily.co/blog/new-beta-dailys-video-component-sy...

It’s open source, the code is here:

https://github.com/daily-co/daily-vcs