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: 3 days ago
JSON representation
an animated clock using morphic in pharo
- Host: GitHub
- URL: https://github.com/rvillemeur/smallclock
- Owner: rvillemeur
- License: mit
- Created: 2019-08-02T01:24:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-11T15:12:09.000Z (about 1 year ago)
- Last Synced: 2025-04-11T16:26:43.901Z (about 1 year ago)
- Topics: animation, clock, morphic, mouse, pharo, smalltalk
- Language: Smalltalk
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```
 goes to  when the user move the mouse, and clock goes back to normal when the user pause the mouse.