All Projects → pboyer → Verb

pboyer / Verb

Licence: mit
Open-source, cross-platform NURBS

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Verb

Nurbs Python
Object-oriented pure Python B-Spline and NURBS library
Stars: ✭ 295 (-50.92%)
Mutual labels:  curve, geometry
Elm Geometry
2D/3D geometry package for Elm
Stars: ✭ 162 (-73.04%)
Mutual labels:  curve, geometry
3dtilesrendererjs
Renderer for 3D Tiles in Javascript using three.js
Stars: ✭ 333 (-44.59%)
Mutual labels:  geometry
Wicket
A modest library for moving between Well-Known Text (WKT) and various framework geometries
Stars: ✭ 484 (-19.47%)
Mutual labels:  geometry
Touchdesigner shared
TouchDesigner toxes and small projects
Stars: ✭ 385 (-35.94%)
Mutual labels:  geometry
Attentiongan
AttentionGAN for Unpaired Image-to-Image Translation & Multi-Domain Image-to-Image Translation
Stars: ✭ 341 (-43.26%)
Mutual labels:  geometry
Quadriflow
QuadriFlow: A Scalable and Robust Method for Quadrangulation
Stars: ✭ 408 (-32.11%)
Mutual labels:  geometry
Cga.js
CGA 3D 计算几何算法库 | 3D Compute Geometry Algorithm Library webgl three.js babylon.js等任何库都可以使用
Stars: ✭ 313 (-47.92%)
Mutual labels:  geometry
Geomstats
Computations and statistics on manifolds with geometric structures.
Stars: ✭ 498 (-17.14%)
Mutual labels:  geometry
Qodot Plugin
Quake .map support for Godot.
Stars: ✭ 368 (-38.77%)
Mutual labels:  geometry
Earcut.hpp
Fast, header-only polygon triangulation
Stars: ✭ 447 (-25.62%)
Mutual labels:  geometry
Inkkit
Drawing and Geometry made easy on iOS - now in Swift 3.0
Stars: ✭ 367 (-38.94%)
Mutual labels:  geometry
Dotscad
Reduce the burden of mathematics when playing OpenSCAD
Stars: ✭ 344 (-42.76%)
Mutual labels:  geometry
Deepxde
Deep learning library for solving differential equations and more
Stars: ✭ 420 (-30.12%)
Mutual labels:  geometry
Openmvg
open Multiple View Geometry library. Basis for 3D computer vision and Structure from Motion.
Stars: ✭ 3,902 (+549.25%)
Mutual labels:  geometry
Manif
A small C++11 header-only library for Lie theory.
Stars: ✭ 494 (-17.8%)
Mutual labels:  geometry
Flutter page transition
This is Flutter Page Transition Package
Stars: ✭ 314 (-47.75%)
Mutual labels:  curve
Tinyply
🌍 C++11 ply 3d mesh format importer & exporter
Stars: ✭ 358 (-40.43%)
Mutual labels:  geometry
Hslcontrolsdemo
HslControls控件库的使用demo,HslControls是一个工业物联网的控件库,基于C#开发,配套HslCommunication组件可以实现工业上位机软件的快速开发,支持常用的工业图形化控件,快速的集成界面开发。 主要包含了按钮,开关,进度条,信号灯,数码管,时钟,曲线显示控件,仪表盘控件,管道控件,瓶子控件,饼图控件,传送带控件,温度计控件,鼓风机控件,阀门控件,电池控件等等。
Stars: ✭ 389 (-35.27%)
Mutual labels:  curve
Laravel Mysql Spatial
MySQL Spatial Data Extension integration with Laravel.
Stars: ✭ 578 (-3.83%)
Mutual labels:  geometry

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].