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

Which commit supports webgl1? #111

Closed
bergwerf opened this issue Nov 1, 2019 · 2 comments
Closed

Which commit supports webgl1? #111

bergwerf opened this issue Nov 1, 2019 · 2 comments

Comments

@bergwerf
Copy link

bergwerf commented Nov 1, 2019

I want to build some simple interactive graphics in Dart and this library is the only maintained WebGL wrapper. However WebGL2 is a bit too modern for me (I want to support more browsers), and I don't need it (I'll just be rendering some spheres). Can I use a previous version of ChronosGL that supports webgl1?

@robertmuth
Copy link
Contributor

you could go back in the commit history to before the switch to Webgl2. The drawbacks are:

  • you also need to fix the dart 2.0 issues
  • there are more bugs
  • the examples/documentation are fewer/worse

Currently the only downside of using WebGL2 is that Safari is not supporting it unless you activate
an experimental feature. This causes issues on i-phones where there are no real alternative browsers.

https://caniuse.com/#feat=webgl2

@bergwerf
Copy link
Author

bergwerf commented Nov 2, 2019 via email

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