项目作者: pedro00dk
项目描述 :
Bezier curve drawing tool
高级语言: C
项目地址: git://github.com/pedro00dk/bezier.git
Bezier Curve Algorithm
Bezier algorithm implementation using openGL.
Run make run
in the terminal to compile and start the application.
This app requires openGL and glut installed (-l GL -l glut
).