windowjs / windowjs

Window.js is an open-source Javascript runtime for desktop graphics programming.

Home Page:https://windowjs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Any support for three.js?

urmyfaith opened this issue · comments

commented

RT.

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.

commented

thks