Skip to content

Analog Clock SVG 0.2.2

Compare
Choose a tag to compare
@torutk torutk released this 10 Jun 12:34
· 5 commits to master since this release

Analog Clock SVG release v0.2.2

  • 32bit Windows Installer as Self-Contained Application Packaging (JRE 8u92)
  • reduces CPU usage by caching nodes
  • reduces CPU usage by configurable the frame rate of animation
  • other configurables are location(x, y) and scale
  • configuration from command-line option
--x=123
--y=456
--scale=0.78
--fps=9
  • x is a display location (left side position)
  • y is a display location (top side position)
  • scale is a display size (1.0 equals 400x400, so 0.5 means 200x200)
  • fps is a rendering rate (frames per second, default value is 60)
  • If you installed by Windows installer, configuration file C:\Program Files (x86)\Analog Clock\app\Analog Clock.cfg
[ArgOptions]
--x=1200
--y=20
--scale=0.7
--fps=5