Skip to content
This repository has been archived by the owner on Dec 4, 2021. It is now read-only.

tyfkda/processing-ruby-mode

Repository files navigation

Ruby Mode for PDE (Processing)

Join the chat at https://gitter.im/tyfkda/processing-ruby-mode

Worki in progress

This is additional mode for PDE, Processing IDE. You can write graphical application in Ruby.

Code to run application is taken from ruby-processing.

Development

Requirements

  • Build tool: make
  • Java tools: javac, jar
  • Processing runtime jars: core.jar, pde.jar

How to build

  • Type make at the repository root directory.
  • dist/RubyMode/RubyMode.jar will be created

How to install

  1. Create RubyMode directory in modes directory in Processing work directory: * MacOSX: ~/Documents/Processing/modes/ * Windows: %homepath%\Documents\modes\ * Linux: ~/sketchbook/modes/
  2. Copy all files under dist/RubyMode/ directory into created RubyMode directory
  3. Reboot PDE.

How to use Ruby mode in PDE

  • Choose Ruby from mode pull down menu in PDE

ruby-mode

Info

  • JRuby: jruby-complete-9.1.2.0.jar

About

Ruby Mode for Processing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published