Anvil, a ruby framework that uses GUI toolkit for building GUI Ruby apps. Installation instruction as follows:
$ sudo gem install anvil
Go to your project‘s directory (where ever that might be) and run the following command:
$ anvil my_app
Replace my_app with the name of the application you are creating. This will generate the files necessary for creating an Anvil application. Change directories to the newly created anvil application and run:
$ cd my_app
$ anvil
Your fresh anvil application should be up and running!
Living on the edge
If you‘d like to pull down the latest updates from the repository, checkout the trunk using git or subversion:
$ http://anvil.rubyforge.org/svn/trunk/
cd into the anvilties directory and run
$ rake install
Repeat the same steps for widget_wrapper.
Dependencies
widget_wrapper
wxruby
rspec
rubigen
rake
0 Responses to “Anvil Framework for developing GUI-based Ruby apps”