New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

verb-nurbs

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

verb-nurbs

A library for creating and manipulating NURBS surfaces and curves in many languages

latest
Source
npmnpm
Version
3.0.3
Version published
Maintainers
1
Created
Source

verb

NPM version NPM downloads Stability License

Open-source, cross-platform NURBS

verb is a library for creating and manipulating NURBS surfaces and curves in many languages including JavaScript.

verb provides advanced tools like derivative evaluation, adaptive tessellation, and intersection. Verb provides a concurrent execution runtime via WebWorkers in modern browsers and thread pools on other platforms and is suitable for use in a datacenter or in the browser.

Platforms

Using haxe, verb compiles for:

  • JavaScript
  • C#
  • C++
  • Python
  • PHP

Documentation

For information on building and using verb, go to the docs

JavaScript Quick Start

You can install verb with

npm install verb-nurbs

Pre-compiled JavaScript can be found in build/js.

In addition, this package is hosted at UNPKG, and can be imported directly into webpages.

<script language="javascript" src="https://unpkg.com/verb-nurbs"></script>

Examples

You'll find many usage examples in the examples directory and amongst the tests.

Keywords

NURBS

FAQs

Package last updated on 23 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts