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

Add Webrender support for NS darwin build #497

Open
declantsien opened this issue Mar 1, 2023 · 0 comments
Open

Add Webrender support for NS darwin build #497

declantsien opened this issue Mar 1, 2023 · 0 comments
Labels

Comments

@declantsien
Copy link
Contributor

Webredner support for NS should be basically just:

  • Obtain the raw_display_handle/raw_window_handle from underline ns implementation. surfman/glutin can access
    the gl context from here.

  • Replacing some functions from
    ns_redisplay_interface with the ones defined in src/webrender_ffi.h.

Webrender window system specific code is located here.

Since I am sticking to Linux these days. This task is for someone interested and motivated.
For inspiration on how this is going to work, take a look at my PGTK attempt #496.

@declantsien declantsien changed the title Add Webredner support for NS darwin build Add Webrender support for NS darwin build Mar 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant