Computer Science Canada Bezier Curve |
Author: | The_Bean [ Mon Apr 05, 2010 10:29 pm ] | ||
Post subject: | Bezier Curve | ||
Despite being in University and knowing Python, Miranda, and C, I still find a use for Turing. It's great for quickly playing around with math and complex functions. Bezier Curve program can handle 1..12 nodes, change the variable called degree Interactive concept from Catalyst - http://compsci.ca/v3/viewtopic.php?t=3932 Formula from Wikipedia http://en.wikipedia.org/wiki/B%C3%A9zier_curve Drag the nodes around with the mouse commonly found in MS Paint to make curved lines
|
Author: | A.J [ Mon Apr 05, 2010 10:45 pm ] |
Post subject: | RE:Bezier Curve |
Pretty good. Try making it a bit more user friendly, by allowing the user to create/delete curves at will anywhere on the screen. Good Job. |
Author: | USEC_OFFICER [ Tue Apr 06, 2010 11:55 am ] |
Post subject: | RE:Bezier Curve |
+ karma. It is very, very good. I'm glad to see that you still have a use for Turing. |
Author: | SNIPERDUDE [ Tue Apr 06, 2010 5:54 pm ] |
Post subject: | RE:Bezier Curve |
+bits Awesome work. I love the simple clean interface too. |