Skip to content

Utility for creating paths (points and directions) along splines.

License

Notifications You must be signed in to change notification settings

reltham/SplinePathGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SplinePathGenerator

Utility for creating paths (points and directions) along Catmull-Rom spline curves.

Use the mouse to place and move points. Initial two points are created by clicking and dragging, subsequent points are just a single click where you want it. Click and drag existing points to move them, and right click for a context menu to remove the hovered point, the last point or all points.

image

Paths consist of 5 values per entry.

command command_data deltaX deltaY rotation description
1 repeat X Y 0-23 move entity by X,Y repreat times, with rotation 0-23
2 path index 0 0 0 gosub to another path
0 1 0 0 0 return from a gosub
0 0 0 0 0 end of path

About

Utility for creating paths (points and directions) along splines.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published