Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed build scripts on OSX to reference the correct filename for CEF hel... #24

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sheridanis
Copy link

I had to make this change to get things to compile on OSX

ofx 0.8.4
osx 10.10
xcode 6.2

* commit '8cfa313341f8fa44d40d1e4b3d376cd83ca399f8':
  Fixed some typos.
  Updated the README for Windows support.
  The CefShutdown() on exit makes the app crash on OS X. Commented out for now. We still need to fix this on Windows.
  These flags only works for Windows. The screen stays black if used on OS X.
  Made the characters keys work on Windows. Need to see if this works on OS X as is or if we need to make it Windows specific.
  Created an exit() method in ofxCEF.cpp. The app still crashes when shutting down on Windows.
  Do the call to glfwSetScrollCallback only on OS X for now. It does not work on Windows, will see this when I need it. We may have moved to OF 0.9.0 or the Master branch before.
  Added some command line flags. The following one '--disable-d3d11` changed the performance quite a lot on Windows. (Still need to see if this last flag need to be omitted in ofxCEF when on OS X or if we let CEF deal with this).
  Continuing the unification of the API.
  Updated the permissions on these 2 files. I certainly had to do this because I did renamed the example's folder.
  Starting to unify the addon API for both OS X and Windows (this push from Windows is for me to be able to test on OS X).
  Initial commit of a working Visual Studio Solution.
  Generated the Visual Studio Solution.
  Renamed the example folder to work with the Projector Generator on Windows.
  Reorganized the way CEF is included in the addon (file system and in the project), in order to be able to other versions/platforms.
  readme fix
  add readme
  fixed braces to match OF style
  fixes for crashes on quiting osx

Conflicts:
	example_ofxCEF/example-ofxCEF.xcodeproj/project.pbxproj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant