Hi All,
I am trying to design a pac-man styled watch face with some animation.
I am not very good in graphics related mathematics and need community help to achieve
1- Arc/Pi drawing : As there is no function to draw (only drawCircle and drawEllipse is available) 2 - image rotation
Here is the work in progress link: https://www.espruino.com/ide/emulator.html?codeurl=https://github.com/abhigkar/banglejs-pacman-clock/blob/master/pacman.js&upload
What I want to do is to
I trying to create pac-man using image but it is not efficient when rotating it on to the path.
Any suggestion or heads-up is appreciated.
Many thanks!!
@Abhigkar started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi All,
I am trying to design a pac-man styled watch face with some animation.
I am not very good in graphics related mathematics and need community help to achieve
1- Arc/Pi drawing : As there is no function to draw (only drawCircle and drawEllipse is available)
2 - image rotation
Here is the work in progress link:
https://www.espruino.com/ide/emulator.html?codeurl=https://github.com/abhigkar/banglejs-pacman-clock/blob/master/pacman.js&upload
What I want to do is to
I trying to create pac-man using image but it is not efficient when rotating it on to the path.
Any suggestion or heads-up is appreciated.
Many thanks!!