Skip to content

Releases: VisualComputing/nub

Release of nub-0.5.0

23 Mar 17:36

Choose a tag to compare

Log

  1. Node geometry transformations now support an extra inertia parameter. The implementation was inspired by the great PeasyCam damped actions and done in terms of TimingTasks. All the scene interactivity methods implement a default inertia of 0.8. Refer to the README for details such as how to modify it.
  2. The scene node tree hierarchy and timing tasks collections have been made static which simplified the Node and TimingTask constructors. Use:
    1. Node node = new Node() instead of of Node node = new Node(scene) which will no longer work; and,
    2. TimingTask timingTask = new TimingTask() instead of TimingTask timingTask = new TimingTask(scene) which will no longer work either.
  3. Support for JAVA2D and FX2D Processing renderers has been dropped. Only the 2D and 3D PGraphicsOpenGL (a.k.a. P2D and P3D, respectively) Processing renderers are supported now.

Installation

To install the library extract the nub-0.5.0.zip file to your sketchbook libraries folder.

Feedback

Please give it a thorough testing and report any issues you may find.

Release of nub-0.4.0

19 Dec 23:18

Choose a tag to compare

Log

Several API improvements and bug fixes. ViewFrustumCulling implemented by overriding visit().

Installation

To install the library extract the nub-0.4.0.zip file to your sketchbook libraries folder.

Feedback

Please give it a thorough testing and report any issues you may find.

Release of nub-0.3.0

25 Nov 22:15

Choose a tag to compare

In memoriam Dilan Cruz ☮️

Log

Several API improvements. New CustomEyeInteraction example.

Installation

To install the library extract the nub-0.3.0.zip file to your sketchbook libraries folder.

Feedback

Please give it a thorough testing and report any issues you may find.

Release of nub-0.2.0

18 Oct 17:02

Choose a tag to compare

Log

Timing operations have been redesigned into the new TimingTask api which suggests all sorts of timing experiments. Have a look at the ParticleSystem, Interpolators and FlockOfBoids examples.

Installation

To install the library extract the nub-0.2.0.zip file to your sketchbook libraries folder.

Feedback

Please give it a thorough testing and report any issues you may find.

Release of nub-0.1.0

25 Sep 18:47

Choose a tag to compare

Release of nub 0.1.0.

To install the library extract the nub-0.1.0.zip file to your sketchbook libraries folder.

Please give it a thorough testing and report any issues you may find.