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

Any support for three.js? #87

Open
urmyfaith opened this issue Feb 25, 2022 · 2 comments
Open

Any support for three.js? #87

urmyfaith opened this issue Feb 25, 2022 · 2 comments

Comments

@urmyfaith
Copy link

RT.

@joaodasilva
Copy link
Contributor

Three.js requires WebGL, which isn't supported yet. This is currently in progress:

  1. integrating ANGLE (done)
  2. supporting multiple rendering contexts, to keep the GL state of Skia and WebGL separate (planning to use EGL pbuffers for that but lots of uncertainty around this)
  3. add a window.gl object with the WebGL API
  4. try to load three.js and fake the DOM environment until it loads :-)

Let's keep this issue open until three.js runs on window.js.

@urmyfaith
Copy link
Author

thks

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

No branches or pull requests

2 participants