This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'rake/clean' | |
JRUBY_VERSION = "1.7.3" | |
PROCESSING_VERSION = "2.0b8" | |
CLOBBER.include("processing-#{PROCESSING_VERSION}-linux64.tgz", "jruby-complete-#{JRUBY_VERSION}.jar") | |
desc "download and copy to ruby-processing" | |
task :default => [:download, :copy] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'rake/clean' | |
JRUBY_VERSION = "1.7.3" | |
PROCESSING_VERSION = "2.0b8" | |
CLOBBER.include("processing-#{PROCESSING_VERSION}-windows32.zip", "jruby-complete-#{JRUBY_VERSION}.jar") | |
desc "download, and copy to ruby-processing" | |
task :default => [:download, :copy] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'rake/clean' | |
JRUBY_VERSION = "1.7.3" | |
PROCESSING_VERSION = "2.0b8" | |
CLOBBER.include("processing-#{PROCESSING_VERSION}-macosx.zip", "jruby-complete-#{JRUBY_VERSION}.jar") | |
desc "download, and copy to ruby-processing" | |
task :default => [:download, :copy] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Wavefront material file | |
# Converted by Meshlab Group | |
# | |
newmtl material_0 | |
Ka 0.200000 0.200000 0.200000 | |
Kd 0.658824 0.658824 0.658824 | |
Ks 1.000000 1.000000 1.000000 | |
Tr 0.000000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Buttons and bodies | |
# | |
# by Ricard Marxer | |
# | |
# This example shows how to create a blob. | |
# | |
load_library :fisica | |
include_package 'fisica' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'rake/clean' | |
JRUBY_VERSION = "1.7.4" | |
PROCESSING_VERSION = "2.0.2" | |
CLOBBER.include("processing-#{PROCESSING_VERSION}-linux64.tgz", "jruby-complete-#{JRUBY_VERSION}.jar") | |
desc "download and copy to ruby-processing" | |
task :default => [:download, :copy] | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
export JAVA_HOME="/opt/jdk1.6.0_43" | |
export ANT_HOME="/opt/apache-ant-1.9.0" | |
export PATH="${PATH}:${ANT_HOME}/bin" | |
${ANT_HOME}/bin/ant $@ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" ?> | |
<!-- Commando file for processing.py Since version 0021 by Martin Prout 12-Jun-2013 | |
Put this file in the .jedit/console/commando folder (when 1st run enter path to processing.py) | |
--> | |
<!DOCTYPE COMMANDO SYSTEM "commando.dtd"> | |
<COMMANDO> | |
<UI> | |
<CAPTION LABEL="Run Processing.py"> | |
<FILE_ENTRY LABEL="sketch" VARNAME="sketch" EVAL="buffer.getPath()"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CompilerOracle: dontinline org/jruby/runtime/invokedynamic/InvokeDynamicSupport.invocationFallback | |
Java::JavaLang::RuntimeException | |
java.lang.NullPointerException | |
com.jogamp.common.util.awt.AWTEDTExecutor.invoke(AWTEDTExecutor.java:58) | |
jogamp.opengl.awt.AWTThreadingPlugin.invokeOnOpenGLThread(AWTThreadingPlugin.java:100) | |
jogamp.opengl.ThreadingImpl.invokeOnOpenGLThread(ThreadingImpl.java:205) | |
javax.media.opengl.Threading.invokeOnOpenGLThread(Threading.java:172) | |
javax.media.opengl.Threading.invoke(Threading.java:191) | |
javax.media.opengl.awt.GLCanvas.display(GLCanvas.java:483) | |
processing.opengl.PGL.requestDraw(PGL.java:1155) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Rain1 by Thomas R. "TomK32" Koll | |
# | |
# draws raindrops as bezier shapes and moves them downwards | |
# | |
# available key commands: | |
# + make raindrops heavier/bigger | |
# - make raindrops smaller | |
# a more raindrops | |
# s less raindrops | |
# <SPACE> |