harmanpa / verb

Open-source, cross-platform NURBS

Home Page:http://www.verbnurbs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

verb

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
  • Java

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.

Examples

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

About

Open-source, cross-platform NURBS

http://www.verbnurbs.com

License:MIT License


Languages

Language:Haxe 78.7%Language:JavaScript 19.1%Language:HTML 1.4%Language:PHP 0.5%Language:CSS 0.3%