alfarok / DynamoViewport

A simple view extension for visualizing Dynamo geometry.
MIT License
34 stars 13 forks source link

Librarie (new Dynamo 2.0 Library) easily crashes WebGL #4

Closed alfarok closed 5 years ago

alfarok commented 6 years ago

This is an issue with Librarie and not Viewport. The current alternative is to exclusively use in-canvas search and minimize the left-hand Dynamo library window prior to launching.

alfarok commented 6 years ago

Can't reproduce on windows desktop, so far just when running Parallels on Mac.

mjkkirschner commented 6 years ago

this might happen when the resolution changes, which occurs often when parallels windows changes size- this causes the graphics adapter to disconnect and reconnect.

alfarok commented 6 years ago

@mjkkirschner yes, it must be something in that realm. I actually haven't been able to crash it at all from library interaction which makes me very happy. Now I just need you to review a PR enabling webGL by default ;)

alfarok commented 5 years ago

solved