DEV Community

Discussion on: What are you working on these days?

Collapse
 
dougmckechie profile image
Douglas McKechie

In terms of personal projects I am currently very slowly working on 2 big features for a JavaScript library I created called Winwheel.js.

Winwheel.js allows people to easily create Wheel of fortune style spinning wheels on HTML canvas (more details at dougtesting.net/)

First big feature is making it responsive, so the wheels reduce in size on tablet and mobile devices. I've had a lot of queries about this in the last few months.

Second is supporting animation of more than one wheel on the screen at the same time.

Just need to find/make the time to complete coding, update the documentation and write tutorials.