Skip to content

Releases: ruby-processing/JRubyArt-examples

Update examples for latest JRubyArt release

21 Jan 13:30
Compare
Choose a tag to compare

Replace Vec2D cross product with wedge product

To match gem release (added examples)

16 Jun 13:26
Compare
Choose a tag to compare
4.1

More algorithmic examples

Update examples to use FastNoise and Smooth Noise modules

15 Apr 09:37
Compare
Choose a tag to compare

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

07 Dec 15:18
Compare
Choose a tag to compare
3.9

refactoring

Use clamp instead of constrain

06 Aug 09:09
Compare
Choose a tag to compare

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

For JRubyArt-2.4.1

04 Jul 12:33
Compare
Choose a tag to compare

Solid Text and working Voronoi Distance Sketches

For JRubyArt-2.3.0

03 Mar 06:57
Compare
Choose a tag to compare
3.6

tidy up

For JRubyArt-2.2.2+

22 Dec 19:34
Compare
Choose a tag to compare

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

For JRubyArt-1.7.0+

10 Apr 06:06
8e025db
Compare
Choose a tag to compare

Examples change to use GfxRender in place of AppRender

usage:

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

To match JRubyArt-1.6.4

02 Mar 09:06
Compare
Choose a tag to compare