verb icon indicating copy to clipboard operation
verb copied to clipboard

Open-source, cross-platform NURBS

Results 29 verb issues
Sort by recently updated
recently updated
newest added

Hello, I am trying to compile Verb on MacOS 10.15.2 I have installed haxelib 4.0.2, nodeJS 6.12.0 and Xcode 11.3 and when I try to compile Verb for C# I...

Add index.d.ts file for typescript compatibility, correct the build error and change the example so it can used the last three js version

Anyone know how to make a surface of a closed curve? I can only find a way to extract the "wireframe" from a surface, but not the other way around.

I need to rotate Nurbs Curve, I tried using the .transform method to change rotate using matrix but to no avail. Look at my code ` let cNurbsW = new...

![image](https://user-images.githubusercontent.com/17650/93806563-9ae91480-fc49-11ea-959d-38eacb36789b.png) The full log is ``` PS C:\Users\brad\surfboarddesigner\node_modules> npm install verb-nurbs-web > [email protected] install C:\Users\brad\surfboarddesigner\node_modules\webworker-threads > node-gyp rebuild C:\Users\brad\surfboarddesigner\node_modules\webworker-threads>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "C:\Program...

critical

There is a directory called typing with a file index.d.ts in it. For some reason it is missing geom.NurbsSurface *HOWEVER* in the root directory of the NPM package there is...

Hi, tried to compile verb into C# and use the dll in a Unity3D project. Unfortunately, only adding the Verb.dll to my project generates a lot of errors in the...

I'm trying to build Verb, but I get linker errors that seem to be related to HXCPP. ``` Severity Code Description Project File Line Suppression State Error LNK1120 7 unresolved...

Hello, I'm try to use your Lib under C# and after compiling to C# all objects: `Point, Vector, Matrix, KnotArray` due to `typdef `usage are transformed to `Array` in .cs...

Hi @pboyer , I have just discovered this project and it looks amazing, but i see no recent activity since 2017. Do you still maintain this project?