Skip to content

NURBS in openFrameworks. In development

Notifications You must be signed in to change notification settings

alangrizek/ofxNurbs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ofxNurbs

NURBS in openFrameworks. In development References: http://www.glprogramming.com/red/chapter12.html http://people.cs.vt.edu/yongcao/teaching/cs4204/fall2008/materials/documents/Evaluator_opengl.html

Features:

  • The addon is now capable of dealing with videos.
  • The nurbs grid resolution can be set to a maximum of 10x10.

ToDo:

  • Add xml read and save functionality
  • Allow to set each control point's weight
  • Replace "void updateImage(ofPixels image)" with a "bool setPixels(ofPtr)" to improve performance with videos
  • Enable position and size handling from outside the addon.
  • Allow remote control point handling (through network) and explore more precise ways of controlling them.

About

NURBS in openFrameworks. In development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 66.8%
  • Objective-C 27.9%
  • C++ 5.2%
  • Makefile 0.1%