-
-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
man function in c file of tinyspline missing #1
Comments
This program is designed as a library and not complete now. Adding a main to the library itself wouldn't be useful, but I could add some example code with OpenGL if you wish to. |
Dear Marcel Regards On Sun, Oct 19, 2014 at 12:57 AM, Marcel [email protected] wrote:
|
I just committed a simple example of a B-Spline rendered with OpenGL. To compile this example use 'make examples' within the root folder. It will create the binary bspline within the bin folder. If you are using Windows you need to install MinGW with MSYS. This example shows you a simple B-Spline. The red dots are the control points, the blue dot is the evaluation of the B-Spline at u=0.5. You can also use the library for Béziers and NURBS. If you need more examples, just let me know. Keep in mind the library is not finished now. For example error handling is not very nice. |
Hie thankue so much .. Yes their are some errors in the Library. But i have On Tue, Oct 21, 2014 at 12:07 AM, Marcel [email protected] wrote:
|
No problem. If you find any bugs or have some improvements feel free to let me know. |
Hie their
I wanted to ask you if you kindly also write a main for this program as well
The text was updated successfully, but these errors were encountered: