Author Topic: Playing with some HTML 5 elements  (Read 1347 times)

Mike

  • Jackass In Charge
  • Posts: 11257
  • Karma: +168/-32
  • Ex Asshole - a better and more caring person.
Playing with some HTML 5 elements
« on: October 30, 2010, 03:58:36 AM »
So today we got onto the topic of space filling curves that were covered in my graphics class.  Decided to go and redo it but this time in JavaScript using HTML5 canvas.  I then added the HTML5 slider to control the N value which determines the granularity (4^N points).

Thought you all might like a look.

http://www.mikemill.org/canvas.html

Perspective

  • badfish
  • Jackass In Charge
  • Posts: 4635
  • Karma: +64/-22
    • http://jeff.bagu.org
Re: Playing with some HTML 5 elements
« Reply #1 on: October 30, 2010, 11:55:40 AM »
Looks cool.

Slider doesn't work for me in FF, but I get a text box and can input numbers which works. Slider works in Chrome.

Mike

  • Jackass In Charge
  • Posts: 11257
  • Karma: +168/-32
  • Ex Asshole - a better and more caring person.
Re: Playing with some HTML 5 elements
« Reply #2 on: October 30, 2010, 12:21:29 PM »
Looks cool.

Slider doesn't work for me in FF, but I get a text box and can input numbers which works. Slider works in Chrome.
Cause FF is lame :D

Dumah

  • Jackass IV
  • Posts: 960
  • Karma: +21/-6
Re: Playing with some HTML 5 elements
« Reply #3 on: October 30, 2010, 12:32:27 PM »
AOK in chrome.

Nice too!