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

Fix fallback canvas rendering #67

Open
bwlewis opened this issue Jun 30, 2017 · 0 comments
Open

Fix fallback canvas rendering #67

bwlewis opened this issue Jun 30, 2017 · 0 comments

Comments

@bwlewis
Copy link
Owner

bwlewis commented Jun 30, 2017

Canvas and WebGL rendering code has been diverging for some time, and finally now in 0.3.0 Canvas is no longer working. The big difference is the extensive use of buffering for performance on the WebGL side. All of that code is completely different for Canvas.

I think most people are using this for the fast WebGL graphics, so maybe this is not a big deal and I'm marking this "wontfix" for now, but leave open the possibility of re-visiting this and fixing it.

I have temporarily disabled canvas in the package with an error message. If someone really wants to re-enable this and get it working, help is appreciated!

bwlewis added a commit that referenced this issue Jun 30, 2017
bwlewis added a commit that referenced this issue Jun 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant