Skip to content

pboyer/verb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f3ba23c · Apr 2, 2025
Jun 8, 2017
Oct 30, 2024
Apr 2, 2025
Oct 30, 2024
Jun 8, 2017
Apr 2, 2025
Jul 17, 2024
Jan 17, 2017
Jun 8, 2017
Jan 17, 2017
Apr 2, 2025
Oct 18, 2015
Feb 2, 2015
Feb 2, 2015
Oct 18, 2015
Oct 18, 2015
Aug 9, 2024
Oct 1, 2024
Jul 17, 2024
Sep 26, 2015
Oct 4, 2015

Repository files navigation

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.