Skip to content

ashbb/shoesgem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shoesgem

Shoes is a tiny graphical app kit. ShoesGem is a gem of Shoes.

Note

This is a purely-experimental trial version. Not official. So, just only for Windows.

Write your Shoes app with ShoesGem

  • gem install shoesgem

  • write your app like this

    # my_first_shoes_app.rb

SHOES_APP = File.expand_path(__FILE__) require ‘shoes’ begin Shoes.app do para ‘hello world!’ end rescue puts ‘fin!’ end

  • ruby my_first_shoes_app.rb

ShoesGem was built by ashbb.

See LICENSE for details.

About

Shoes is a tiny graphical app kit. ShoesGem is a gem of Shoes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published