Skip to content

Releases: ruby-processing/JRubyArt-examples

Update examples for latest JRubyArt release

Choose a tag to compare

@monkstone monkstone released this 21 Jan 13:30

Replace Vec2D cross product with wedge product

To match gem release (added examples)

Choose a tag to compare

@monkstone monkstone released this 16 Jun 13:26
4.1

More algorithmic examples

Update examples to use FastNoise and Smooth Noise modules

Choose a tag to compare

@monkstone monkstone released this 15 Apr 09:37

The default behaviour is FastNoise, with tnoise option more suitable for terrain sketches. Importantly SimplexNoise generates values in range -1.0..1.0 cf Perlin noise and processing.org noise 0..1.0.

A few more examples

Choose a tag to compare

@monkstone monkstone released this 07 Dec 15:18
3.9

refactoring

Use clamp instead of constrain

Choose a tag to compare

@monkstone monkstone released this 06 Aug 09:09

Revised many sketches to use ruby-2.4 clamp to replace processing.org constrain

For JRubyArt-2.4.1

Choose a tag to compare

@monkstone monkstone released this 04 Jul 12:33

Solid Text and working Voronoi Distance Sketches

For JRubyArt-2.3.0

Choose a tag to compare

@monkstone monkstone released this 03 Mar 06:57
3.6

tidy up

For JRubyArt-2.2.2+

Choose a tag to compare

@monkstone monkstone released this 22 Dec 19:34

Added some minim examples, please feel free to add more.

For JRubyArt-1.7.0+

Choose a tag to compare

@monkstone monkstone released this 10 Apr 06:06
8e025db

Examples change to use GfxRender in place of AppRender

usage:

GfxRender.new(g)
# replaces
# AppRender.new(self)

To match JRubyArt-1.6.4

Choose a tag to compare

@monkstone monkstone released this 02 Mar 09:06
3.3

doily