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

Question: what is the benefit of GCanvas #39

Closed
LinboLen opened this issue May 14, 2018 · 1 comment
Closed

Question: what is the benefit of GCanvas #39

LinboLen opened this issue May 14, 2018 · 1 comment

Comments

@LinboLen
Copy link

webgl based on opengl es afaik, the GCanvas also based on opengl es. so what is the benefit of GCanvas better than webgl.

@fREEDtICE
Copy link
Contributor

  1. GCanvas is a Rendering engine with W3C standard API designs. It can be integrated into any Javascript-capable environment, which WebGL can only run in WebView.
  2. GCanvas is not a WebView DOM. It does not follow the WebView rendering procedure, which gives GCanvas high performance than WebView canvas.

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