Project

shoesgem

0.0
No commit activity in last 3 years
No release in over 3 years
Shoes is a tiny graphical app kit. ShoesGem is a gem of Shoes for Windows.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

 Project Readme

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.