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

[windows] Implement a Win32/UWP version of the embedder #101

Closed
stuartmorgan opened this issue Jul 11, 2018 · 3 comments
Closed

[windows] Implement a Win32/UWP version of the embedder #101

stuartmorgan opened this issue Jul 11, 2018 · 3 comments
Assignees

Comments

@stuartmorgan
Copy link
Collaborator

The current implementation on Windows is a temporary solution using GLFW; the goal is to implement a more flexible, view-based solution that could be used in an existing application, similar to what currently exists on macOS.

See previous discussion in issue #6.

@clarkezone
Copy link
Collaborator

I have been making good progress on a Win32/UWP implementation based on Angle. There are currently two engine changes blocking my fork: the first is a null reference exception in Dart. I have filed an issue on the Dart repo here dart-lang/sdk#33826 and developed a fix here: clarkezone/sdk@42f67a7.

The second is a change to Skia to make it delay load Angle. I need to clean up the code and will then prepare that next.

@weitzhandler
Copy link

WOW, this is great news.
The only reason I stand aside from Flutter is its lack of Windows support. I hope WASM support is also on the radar.

@stuartmorgan
Copy link
Collaborator Author

Moved to flutter/flutter#30726

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
No open projects
Overview Kanban
  
In progress
Development

No branches or pull requests

3 participants