Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rvillemeur/smallclock

an animated clock using morphic in pharo
https://github.com/rvillemeur/smallclock

animation clock morphic mouse pharo smalltalk

Last synced: about 2 months ago
JSON representation

an animated clock using morphic in pharo

Awesome Lists containing this project

README

        

# smallclock
an animated clock using morphic and string in pharo.

This project was a test for
- using subprocess in pharo
- create a small animation with morphic
- add a sub-menu entry to the global top menu

```smalltalk
Metacello new
baseline: 'SmallClock';
repository: 'github://rvillemeur/smallclock/src';
load
```

![](https://github.com/rvillemeur/smallclock/blob/master/clock1.PNG) goes to ![](https://github.com/rvillemeur/smallclock/blob/master/clock2.PNG) when the user move the mouse, and clock goes back to normal when the user pause the mouse.