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

macOS CEF host package #5

Open
jwosty opened this issue Jan 8, 2020 · 1 comment
Open

macOS CEF host package #5

jwosty opened this issue Jan 8, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@jwosty
Copy link
Collaborator

jwosty commented Jan 8, 2020

This is tricky because at the moment there don't seem to be any bindings to CEF that work on macOS. CEFSharp, which is what we use for Windows, definitely can't work because it uses CLI C++. In theory there's no reason why it shouldn't be possible.

@jwosty jwosty added the enhancement New feature or request label Jan 11, 2020
@jwosty jwosty changed the title Add a package that targets CEF on macOS macOS CEF host package Jul 25, 2020
@jwosty
Copy link
Collaborator Author

jwosty commented Dec 15, 2020

Possible routes to resolution:

  • get CefGlue working on macOS (lots of unknowns here)
  • generate my own .Net wrappers for Chromium that works on macOS (sounds like a lot of work to maintain)
  • implement the Interstellar API in C and then wrap it in P/Invokes (gross but it would work)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant