Vivide IDE?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Vivide IDE?

Hannes Hirzel
On 7/10/15, marcel.taeumel <[hidden email]> wrote:
...
> You might want to take a look at the layout policy that I use in Vivide:
> https://github.com/hpi-swa/vivide/tree/master/repository/Vivide.package/ViConstraintLayout.class
....

Hello Marcel

Where should I start reading about Vivide?

Is it ready for general use?

Kind regards

Hannes

Reply | Threaded
Open this post in threaded view
|

Re: Vivide IDE?

marcel.taeumel
Hi Hannes,

you can start reading here: http://hirschfeld.org/writings/media/TaeumelPerscheidSteinertLinckeHirschfeld_2014_InterleavingOfModificationAndUseInDataDrivenToolDevelopment_AcmDL.pdf

Then watch some videos listed here: https://github.com/hpi-swa/vivide and also this one: https://vimeo.com/132182606

For actual use, take a look also at Vivide's dependent projects:
https://github.com/hpi-swa/signals
https://github.com/hpi-swa/animations
https://github.com/hpi-swa/widgets

It might be interesting to load all scripts (resp. profiles) to play around with:

Metacello new
  baseline: 'Vivide';
  repository: 'github://hpi-swa/vivide/repository';
  load: #(dev).
(Smalltalk classNamed: 'ViScriptArchive') mergeAll.

You can find more information here: https://github.com/hpi-swa/vivide/wiki/FAQ

Best,
Marcel