BenRydal / igs

Visualizing interaction over space and time
https://www.benrydal.com/software/igs
GNU General Public License v2.0
5 stars 2 forks source link

P5 data trail path segmentation feature implementation #43

Open edw1nzhao opened 1 year ago

edw1nzhao commented 1 year ago

Implement the feature in Svelte that allows for the segmentation of data trails/path in P5.

Acceptance Criteria

BenRydal commented 12 months ago

To clarify, this refers to migrating what are known as "code files" and ways they are both processed when loaded and also how they influence the display of paths. There are some intricacies with how code segments impact movement path drawing in DrawMovement classes that I should be able to help a lot with.

BenRydal commented 9 months ago

@edw1nzhao working on this now. Beginning by refactoring core class

edw1nzhao commented 4 months ago

Image