Re: How to Draw a Smooth Curve through a Set of 2D Points
Posted by
Xerxes Rånby on
Mar 02, 2017; 12:50pm
URL: https://forum.jogamp.org/How-to-Draw-a-Smooth-Curve-through-a-Set-of-2D-Points-tp4037677p4037718.html
elect wrote
Nice
I may implement gradle on that if you'd like too, it'd make things easiest as possible
Thank you elect for your contribution.
I have merged your changes and improved it to let gradle download the jogamp natives and run the demo
You can test this demo running
git clone https://github.com/xranby/jogamp-forum-examples/
cd jogamp-forum-examples
./gradlew -PmainClass=xranby.com.gudinna.JogAmpGraphAPINurbsDemo run