Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 524 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 524 Bytes

MyAnimations

My personal animations.

To used download last version of Roassal3 in pharo11, in macOs.

[Metacello new
    baseline: 'Roassal3';
    repository: 'github://ObjectProfile/Roassal3';
    load.
Metacello new
    baseline: 'Roassal3Exporters';
    repository: 'github://ObjectProfile/Roassal3Exporters';
    load: 'Video'.
Metacello new
    baseline: 'AIImageSegmentation';
    repository: 'github://pharo-ai/image-segmentation';
    load.
    ] on: MCMergeOrLoadWarning do: [:warning | warning load ]