Anvil: Another Framework for Developing GUI Applications

In Cool, Miscellaneous, Ruby Tricks

Anvil1
Anvil is a new Ruby framework for developing GUI applications by Lance Carlson. It's a framework around Wx::Ruby (WxWidgets is a popular cross-platform widget toolkit) and offers its own DSL to make developing GUI applications easy. The release blog post has more information, including a great example of the code required to make a basic Anvil app. Interestingly it supports an MVC style of development where the view and control elements of your applications can be separated cleanly.

The first Anvil-powered application is a Ruby based editor called Hamr. Lance is so far the main developer of the Anvil project but he's keen to get other people involved.

Vaguely Related Posts (Usually)

One Comment Response to “Anvil: Another Framework for Developing GUI Applications”

  1. #1
    Interesting Ruby Tidbits That Don’t Need Separate Posts #13 Says:

    [...] Framework) Gets an UpdateA new version of Anvil, a Ruby framework for developing GUI applications, previously covered here on Ruby Inside, has been released. Lance Carlson has done a great job of making developing a basic [...]