Releases: VisualComputing/nub
Release of nub-0.5.0
Log
- Node geometry transformations now support an extra
inertiaparameter. The implementation was inspired by the great PeasyCam damped actions and done in terms of TimingTasks. All the scene interactivity methods implement a defaultinertiaof0.8. Refer to the README for details such as how to modify it. - The scene node tree hierarchy and timing tasks collections have been made
staticwhich simplified the Node and TimingTask constructors. Use:Node node = new Node()instead of ofNode node = new Node(scene)which will no longer work; and,TimingTask timingTask = new TimingTask()instead ofTimingTask timingTask = new TimingTask(scene)which will no longer work either.
- Support for
JAVA2DandFX2DProcessing 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
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
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
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
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.