Adventure Game Studio

AGS Support => Modules, Plugins & Tools => Topic started by: artium on Sat 23/02/2019 13:45:18

Title: [MODULE] Spline Drawing and Spline Based Animation
Post by: artium on Sat 23/02/2019 13:45:18
Documentation and code (https://github.com/alkhimey/Spline)

Download scm file (https://github.com/alkhimey/Spline/releases)

This module provides two related functions:


It can be used creatively for puzzles, complex movement animations, drawing ropes, drawing roller coaster rails etc.
If you have interesting ideas of what can be done with splines or used it in your project, I would be really happy to hear about it :)

(https://raw.githubusercontent.com/alkhimey/Spline/master/screenshots/demo1short.gif)


(https://raw.githubusercontent.com/alkhimey/Spline/master/screenshots/demo2.gif)
Title: Re: [MODULE] Spline Drawing and Spline Based Animation
Post by: Slasher on Mon 25/02/2019 05:22:22
Looks cool and would be very useful  (nod)

cheers
Title: Re: [MODULE] Spline Drawing and Spline Based Animation
Post by: Monsieur OUXX on Wed 27/02/2019 14:19:54
I think this is probably more advanced than my older "AGS Bézier Curves". Or maybe it has a different use. Also I'm too lazy to google up the exact difference between Splines and Bezier, which I always forget. For exhastivity's sake : AGS Bézier Curves link (https://www.adventuregamestudio.co.uk/forums/index.php?topic=52015.0)
Title: Re: [MODULE] Spline Drawing and Spline Based Animation
Post by: artium on Wed 27/02/2019 20:38:46
Quote from: Monsieur OUXX on Wed 27/02/2019 14:19:54
I think this is probably more advanced than my older "AGS Bézier Curves". Or maybe it has a different use. Also I'm too lazy to google up the exact difference between Splines and Bezier, which I always forget. For exhastivity's sake : AGS Bézier Curves link (https://www.adventuregamestudio.co.uk/forums/index.php?topic=52015.0)


Hey,

I cant download your module, the download link gives 404.

I think that Bezier curves are more suitable for interactivity, but if you can not see what you are doing in real time, like when setting coordinates in code, then it is quicker to use splines that are passing through the control points.
Title: Re: [MODULE] Spline Drawing and Spline Based Animation
Post by: Monsieur OUXX on Thu 28/02/2019 18:20:08
Quote from: artium on Wed 27/02/2019 20:38:46
I cant download your module, the download link gives 404.
Fixed (also, sorry, this is your thread). We never have enough curves modules, and Splines are awesome, so thanks again for publishing this module.