GithubHelp home page GithubHelp logo

bouba / fumoffu Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 244 KB

Fumoffu is a JRuby / Java Swing Framework which enabling users to easily design and create crossplatform desktop application.

License: MIT License

Ruby 92.43% Java 7.23% Shell 0.35%

fumoffu's Introduction

Fumoffu

Lionel Abderemane aka Bouba

http://github.com/bouba/fumoffu

The current version of fumoffu has changed quite a bit. It is still "fresh" but I believe that the structure is much better and easier to understand. I still have not found a satisfactory way to run the tests.

But I think I manage to improve the way the application is packaged.

Fumoffu is now released as a gem. So you may find it on Rubygem website

So I hope you will be able to enjoy it.

Description

Fumoffu is a [JRuby][jruby] / Java Swing Framework which enabling users to easily design and create crossplatform desktop application.

The framework goal primary goals are:

  • Develop a cross-platform UI (Windows, OSX, Linux)
  • Easily and quickly package and deploy the application
  • Easily setup the development environment

You can see a tutorial of a sample application made with this framework here.


Installation

From gem

gem i fumoffu

From sources

Setup your [JRuby][jruby] environment

First download and install [JRuby][jruby] if do not have it

On a terminal

To load your [JRuby][jruby] environment in a terminal just make a quick export

  export PATH=/your/local/path/jruby-X.X.X/bin:$PATH

Download and setup the Fumoffu gem

_Since I still did put the gem on ruby forge to install it you to download and generate the gem manually to install it_  


    git clone git://github.com/bouba/fumoffu.git
    cd fumoffu
    bundle install
    rake install
    cd pkg
    gem i fumoffu-0.1.0.gem --local

Tutorial to setup your project are available here. [jruby]: http://jruby.org/download "[JRuby][jruby]"

fumoffu's People

Contributors

bouba avatar

Stargazers

 avatar  avatar Roman avatar

Watchers

 avatar

fumoffu's Issues

Spec task not working on generated project

When running the spec task in Netbeans
rake spec

I receive the message
/XXX/XXX/jruby -S bundle exec rspec test/ruby/spec/actions/controllers/xxxx_controller_spec.rb
env: jruby: Argument list too long

The only thing that I can figure is that this command generate another command which in my project look way to long for the terminal to handle.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.