peterpolgar / NURBS-curve-2D-demo

NURBS curve 2D demonstration on a webpage. Built with p5.js.

Home Page:https://peterpolgar.github.io/NURBS-curve-2D-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NURBS curve 2D demo built with p5.js

This is a NURBS curve 2D demonstration on a webpage: https://peterpolgar.github.io/NURBS-curve-2D-demo

Programmed in an iterative way instead of recursion.

sketch.js contains explanatory comments to better understanding the code.

sketch_min.js is the hosted version which is the minified form of sketch.js.

About

NURBS curve 2D demonstration on a webpage. Built with p5.js.

https://peterpolgar.github.io/NURBS-curve-2D-demo

License:MIT License


Languages

Language:JavaScript 64.7%Language:HTML 35.3%