|
|
|
|
|
by mortehu
4014 days ago
|
|
> the PPAPI is very closely tied to chrome's inner workings and is extremely complicated to implement I've looked at the API, and can't agree with your statement. The API is similar to a typical game engine API. There are classes for handling input devices, audio, OpenGL, hardware video decoding, filesystem access, and basic networking. The PPAPI does not even touch the DOM, so it's not tied to being in a web browser. |
|
Here's a random example bz pointed out from a few years ago: https://news.ycombinator.com/item?id=5452098