Hacker News new | ask | show | jobs
by mcdermed 4235 days ago
I've used CEF in the past to implement a browser into an application. It seemed like that project was missing many of the new browser features added to the Chrome browser or took time to arrive in CEF. How does this differ from the way CEF is built?
1 comments

CEF is packaged as a library that requires embedding in your final app. The standard IO API of Thrust makes it much more leightweight to embed and distribute.