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

WebGL support #140

Closed
cztomsik opened this issue Feb 19, 2020 · 0 comments
Closed

WebGL support #140

cztomsik opened this issue Feb 19, 2020 · 0 comments
Labels
Type: Enhancement New feature or request

Comments

@cztomsik
Copy link
Owner

cztomsik commented Feb 19, 2020

Ideally, it should be then possible to run various other libs like pixi.js, three.js or even react-three-fiber.

https://github.com/pixijs/pixi.js
https://github.com/react-spring/react-three-fiber

I think we could simply run some codesandbox examples (as they are already transpiled)

There's already one webgl implementation from @raub
https://github.com/node-3d/webgl-raub

And there's a lot of work done already (and it probably works with modified three.js already) and maybe it could be reused even without any changes to the native part of graffiti.

I'd love to keep it as optional module, but graffiti (js part) could detect presence and "install/inject" it into its own subset of DOM api

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

No branches or pull requests

1 participant