The nmNURBS API definitely changed.
Use of CMake cross platform build system to set up development environment.
UML class diagram and hardware accelerated nurbs evaluation still not implemented, but i'm working about them.
New nmNURBS library version is work in progress!
The features of the new library will be:
- better c++ coding style
- UML class diagram
- documentation
- nurbs evaluation caching
I hope to finish the new version in short time!
A new version of nmNurbs has been released.
In this release all the nmNURBS code has been rewritten, so it has also a new look.
This is an alpha release but new more effcient and stable releases will be ready in a short time... i hope.
Oops: to compile nmNurbs sources with g++ version 3.x you must add the line
using namespace std;
in point.hh, and you also must download the file rc_ptrs.h... you can get it from the previous nmNURBS package released. Put it in the include directory
I' m working about nmNURBS documentation...
I think it is ready in few days, so look at the nmNURBS site often if you are interested in! ;)
File organization changed of the test programs only.
Added information about nmNURBS and test programs license.
Added LGPL header in any source code file ;)
nmnurbs-02152002 released.
Circle nurbs test added.
Fix: setEvalNurbsStep method is now ok, for increase accuracy in nurbs evaluation.
A new release of nmNURBS is available to download!
TO DO: nurbs evaluation precision. The "setEvalNurbsStep()" method still have no effect, the nurbs is evaluated only for knots values!
There is an heavy bug in the previuos release. Since it causes a "segmentation fault", the previous release was hidden.