Skip to content

A simple implementation of cubic and bicubic (Catmull-Rom) interpolation, including dynamic patches. Initially developed while working at NTNU IHB in Ålesund under @hmgaspar.

License

Notifications You must be signed in to change notification settings

EliasHasle/patch-interpolation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

patch-interpolation

A simple implementation of cubic and bicubic (Catmull-Rom) interpolation, including dynamic patches. Initially developed while working at NTNU IHB in Ålesund under @hmgaspar. The patches are restricted to a regular x,y grid. There are no pressing plans for creating a version with interpolation of all coordinates, but contributions/forks are welcome.

Install as ES Module with npm (requires git):

npm install EliasHasle/patch-interpolation

A UMD bundle, compatible with CommonJS and usage in browsers via the script tag, resides in the build folder. (Github prevents me from providing a download link.)

About

A simple implementation of cubic and bicubic (Catmull-Rom) interpolation, including dynamic patches. Initially developed while working at NTNU IHB in Ålesund under @hmgaspar.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published