theia-ide / sprotty

A next-gen web-based graphics framework
Apache License 2.0
138 stars 23 forks source link

[view] level-of-detail views #23

Closed JanKoehnlein closed 7 years ago

JanKoehnlein commented 7 years ago

Implement a level-of-detail mechanism, such that views are rendered in a simpler way when they are too small on the screen. When zooming in, more details can appear.

We need a viewport zoom feature (#14) before implementing this one.

JanKoehnlein commented 7 years ago

Done. See channels in multicore example