Turbowarp + turbo mode recommended I made a way to compress and array of 2d points to 1d points while trying to conserve their distances. Click to make a new point and drag to move a point. it works by making a spring between each point and every other point with each spring trying to keep the 1d point those distances apart. the lines are how accurate the 1d distance is to the 2d one, darker is better this is made to eventually sort colors to each have a 1d coordinate for an image. TODO: - use linear regression for start instead of x position - add support for more dimensions - move to python