|
|
|
|
|
by johncolanduoni
3312 days ago
|
|
You can co-opt Chromium's. I've been doing that with a project I'm working on and it has worked quite well. I'm also not sure where you'd lose much performance. If you hand the file handles/sockets and backbuffer to the renderer, you only need enough IPC to synchronize the drawing. Sending small messages on the order of 100 times per second between processes is not going to be a bottleneck. |
|
It is not easy. If it was, people would have done it already.