Using a datatable as a JSL data structure
Video made with JSL.
Designed for 1920x1080 display.
The JSL uses a data table to keep a row of data per moving point in the video.
The ForEachRow loops use the column name variables rowpos and colpos to place a point at a row,column in the bitmap matrices and rowstep and colstep to advance the rowpos and colpos for each frame.
dt = New Table( "points", "private", // private is *much* faster
A...