Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.31 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.31 KB

Orange Shoes

logo icon1 logo icon2

Just a trial to traslate Shoes like app written in Ruby into HTML5 Canvas element written in JavaScript.

Fantastic logo icons were created by Zachary Scott. I love them!

Usage

  • Run your Orange Shoes app written in Ruby, i.e. ruby sample.rb
  • Orange Shoes will output the html file: orange_shoes_output.html
  • You can open the html file with your browser, i.e. FireFox

Samples

Note

Want to find the way to execute Ruby code in HTML file for creating decent Orange Shoes apps...

I've not found the way yet, so tried another approach. Just added js method. You can write javascript code as a text data in Ruby. Look at sample03. This is a trial so far.

ashbb