forresto / turtle-svg

JavaScript turtle graphics to SVG for laser cutting = LASER TURTLES!!!
http://forresto.github.com/turtle-svg/
26 stars 8 forks source link

A couple of interface improvements #3

Closed craftoid closed 11 years ago

craftoid commented 11 years ago

I brushed up the interface a little and fixed a few issues with the buttons... Auto-Evaluation is now turned off by default.

forresto commented 11 years ago

Nice stuff. Can you merge my recent changes and make another pull req?

I took out the Apply disabled logic because even with auto you might want to rerender it if you have Math.random() in your script.

Your changes rock... thanks for lending a hand!

forresto commented 11 years ago

Hey, I merged these in no problem. I did take out testCodeCommand for the above Math.random() reason.

craftoid commented 11 years ago

Thanks for the positive feedback! :+1: This is an awesome project. I am very excited about where this is going!

Also good idea to re-activate CMD + ENTER execution in Auto-Mode. At the time I introduced it I didn't think about the random function, but now it makes a lot of sense.