Releases: VisualComputing/nub
Release of nub-1.1.1
nub 1.1.1
Log
Added missed examples' description.
Installation
To install the library extract the nub-1.1.1.zip file to your sketchbook libraries
folder.
Feedback
Please give it a thorough testing and report any issues you may find.
Release of nub-1.1.1
nub 1.1.1
Log
Added missed examples' description.
Installation
Import the nub library from the pde
import library
utility or extract the nub.zip file to your sketchbook libraries
folder.
Feedback
Please give it a thorough testing and report any issues you may find.
Release of nub-1.1.0
nub 1.1.0
Log
- Release supporting Processing4. It requires at least Processing 4.2.0.
- New examples
AuxiliaryViewers
andCevaSonia
which is a port of proscene CevaSonia by Jacques Maire.
Installation
To install the library extract the nub-1.1.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-1.0.0
nub 1
Log
- Release supporting Processing4. It requires at least Processing 4.0.1.
- The nub 1 api has been completed.
- The examples now extensively use the Java language features found in Java17.
Installation
To install the library extract the nub-1.0.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.9.97
nub 1 beta 3
Log
- Release supporting Processing4. It requires at least Processing 4.0 beta 2.
- The nub 1 api has been completed. Expect only bugfixes for the final nub 1 which should be released once Processing 4 is available.
- The examples now extensively use the Java language features found in Java11.
Installation
To install the library extract the nub-0.9.97.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.9.96
nub 1 beta 2
Log
- Release supporting Processing4. It requires at least Processing 4.0 beta 2.
- The nub 1 api has been completed. Expect only bugfixes for the final nub 1 which should be released once Processing 4 is available.
- The examples now extensively use the Java language features found in Java11.
- Refer to the SimpleModelingApp for an application showing some advanced interactions that can be implemented on top of this nub release.
Installation
To install the library extract the nub-0.9.96.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.9.95
nub 1 beta 1
Log
- Release supporting Processing4. It requires at least Processing 4.0 beta 1.
- The nub 1 api has been completed. Expect only bugfixes for the final nub 1 which should be released once Processing 4 is available.
- The examples now extensively use the Java language features found in Java11.
- Refer to the SimpleModelingApp for an application showing some advanced interactions that can be implemented on top of this nub release.
Installation
To install the library extract the nub-0.9.95.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.7.90
Log
- First release to support Processing4. It requires at least Processing 4.0 alpha 3.
- The examples now extensively use the Java language features found in Java11.
Installation
To install the library extract the nub-0.7.90.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.7.0
Log
- Rendering simplified just in terms of:
scene.render([subtree])
andscene.display([subtree], [(pixelX, pixelY)])
. - High-level visual API implemented as
scene
,node
andinterpolator
, hints. Refer to the (updated) examples for their use. Quaternion
from() convert among several orientation representations.
Installation
To install the library extract the nub-0.7.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.6.0
Log
- Quaternions and scalars may now be transformed among node instances, see node space-transformations.
- Subtree rendering support added. Refer to the end of the rendering section for details.
- Several Interpolator improvements implemented.
Installation
To install the library extract the nub-0.6.0.zip file to your sketchbook libraries
folder.
Feedback
Please give it a thorough testing and report any issues you may find.