Skip to content

rvillemeur/smallclock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
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.

Releases

No releases published

Packages

No packages published