TelescopeMorphic is a connector to render Telescope visualization using Morphic UI framework.
# TelescopeMorphic
TelescopeMorphic is a connector to render Telescope visualization using Morphic UI framework.
WORK IN PROGRESS!!!!!!!!!!!!!!!!!!
## Install
To install this project, use the following script:
```Smalltalk
Metacello new
githubUser: 'TelescopeSt' project: 'TelescopeMorphic' commitish: 'master' path: 'src';
baseline: 'TelescopeMorphic';
load
```