louismrose / eugenia-live

A tool for quickly prototyping graphical editors for domain-specific languages.
http://eugenialive.herokuapp.com
Eclipse Public License 1.0
8 stars 4 forks source link

Incremental rendering #6

Closed louismrose closed 10 years ago

louismrose commented 11 years ago

master should incorporate Joost's changes to support incremental rendering (i.e., nodes and links should not be deleted and recreated whenever we refresh the canvas).

There are a number of commits from Joost's Github repository that we should cherry-pick.

louismrose commented 10 years ago

This was fixed in v0.2.0, by cherry picking a bunch of commits from Joost's repo and then extracting out a new view models layer.