Installation
If you have not done so already, download and install Julia.
This package was developed with julia 0.6.4
but it should be supported also on julia 1.x.x
.
To install NURBS package first you have to download this repository.
Then start julia and navigate to the folder called NURBS.jl
(with the command ;cd
); here run
include("src/NURBS.jl")
using NURBS
If you want, you can test if everithyng is working fine by running
include("test/runtests.jl")
this will run all the tests written so far and checking all is working properly.
If you want to use a Graphic Interface to preview the curves and the surfaces you are going to build up you can also use Plasm package developed by CVD-LAB by running
pkg.add("Plasm")
First Steps
!ToDo