verb-nurbs

WebJar for verb-nurbs

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

verb-nurbs
Last Version

Last Version

2.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

verb-nurbs
WebJar for verb-nurbs
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/pboyer/verb

Download verb-nurbs

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/verb-nurbs/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>verb-nurbs</artifactId>
    <version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/verb-nurbs/
implementation 'org.webjars.npm:verb-nurbs:2.0.2'
// https://jarcasting.com/artifacts/org.webjars.npm/verb-nurbs/
implementation ("org.webjars.npm:verb-nurbs:2.0.2")
'org.webjars.npm:verb-nurbs:jar:2.0.2'
<dependency org="org.webjars.npm" name="verb-nurbs" rev="2.0.2">
  <artifact name="verb-nurbs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='verb-nurbs', version='2.0.2')
)
libraryDependencies += "org.webjars.npm" % "verb-nurbs" % "2.0.2"
[org.webjars.npm/verb-nurbs "2.0.2"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.npm » webworker-threads jar 0.7.8

Project Modules

There are no modules declared in this project.

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

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.

Versions

Version
2.0.2