Code Monkey home page Code Monkey logo

ofxcef's Introduction

ofxCEF

an attempt to get CEF working in openframeworks as an alternative to awesomium, berkelium, etc. More info on CEF wiki

oddities:

OSX and Xcode

we have some issues closing the app because of some awkwardness with autorelease pool (more info). Thus we do some tomfoolery in ofMain to init CEF before OF, and pass things around.

Also, because of how CEF works, you will need to compile the helper app first

image

then compile the demo app itself

image

Windows and Visual Studio

  • Tested with Windows 10, Visual Studio 15 and cef_binary_3.2987.1601.gf035232_windows32

  • Copy the content of the Chromium Embedded Framework 3 Build package into the folder libs/CEF/win32.

  • Create VS project files by running cmake -G "Visual Studio 15" -DUSE_SANDBOX=Off from a Visual Studio command prompt in ofxCEF/libs/CEF/win32. -REQUIRES cmake V3.7.0

  • Open cef.sln and changed the C/C++ Code Generation properties for all projects to /MDd (debug) or /MD (release)

  • Build cef.sln - don't worry that ceftests doesn't build because of sandbox issues.

  • Check cefsimple and cefclient run OK

  • You should now be able to build and run example_ofxCEF

ofxcef's People

Contributors

ofzach avatar rjx-ray avatar smallfly avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.