tuo-verb
Version:
A CAD library for the web
46 lines (24 loc) • 1.28 kB
Markdown
[](https://travis-ci.org/pboyer/verb)
# verb
### Open-source, cross-platform NURBS
<strong>verb</strong> 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](http://verbnurbs.com/docs)**
### JavaScript Quick Start
You can install verb with
npm install tuo-verb
### Compiling for JavaScript
grunt build
Pre-compiled JavaScript can be found in [build/js](https://github.com/pboyer/verb/blob/master/build/js).
### Examples
You'll find many usage examples in the [examples directory](https://github.com/pboyer/verb/blob/master/examples) and amongst the [tests](https://github.com/pboyer/verb/tree/master/test).
### Compiling for JavaScript
grunt build