inexorabletash / jslogo

Logo in JavaScript
https://calormen.com/jslogo
Other
370 stars 148 forks source link

could we have an option for the old triangle turtle style? #66

Open SeanFelipe opened 9 years ago

SeanFelipe commented 9 years ago

Hello! I have been using your site for a programming 101 with kids in Oakland, California. Good stuff!

Regarding the new turtle style ... while it is impressive, I am nostalgic for the original triangle. Also it's easier to understand where the pen is. Any way we could have a switch on the site?

Maybe I should grok the codebase and do a PR?

inexorabletash commented 9 years ago

PR would be great. Should be pretty simple... the trick is where to put the option so it doesn't make things more complicated.

inexorabletash commented 9 years ago

Also, waves from across the Bay in SF

ianb commented 8 years ago

It would be nice if the turtle acted more like a sprite and less like something drawn on the canvas. Animating the current approach seems a bit hard, for instance. Maybe it could just be an HTML element that is moved and transformed on top of the canvas?

inexorabletash commented 8 years ago

Sounds fine. I think all platforms we care about support CSS transforms so we could e.g. rotate animated GIFs.