Skip to content

Commit

Permalink
add ideas
Browse files Browse the repository at this point in the history
  • Loading branch information
rolyatmax committed Nov 29, 2024
1 parent 8ef59a3 commit 002d506
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion sketches/2024.11.27-10.07.31.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
// NYC Building Lines Study
// NYC Building Lines Study for ptpx 2024
import * as optimizePathOrder from '../plots/optimize-path-order'
import * as canvasSketch from 'canvas-sketch'
import * as random from 'canvas-sketch-util/random'
import { GUI } from 'dat-gui'
import { vec2, mat4, vec3 } from 'gl-matrix'

/**
*
* Possible next steps:
* - skew the lines in 2D space (use a log scale?)
* - use noise to rotate or offset the lines
* - mirror the lines across some line of symmetry
* - have lines fall off the screen like they are responding to gravity
* - render each line twice with different "handwriting" params to get a sketchy effect
* - pick specific buildings for specific people (do an address -> BIN lookup)
*
*/

const PLOTNAME = '2024.11.27-10.07.31'

const MM_PER_INCH = 25.4
Expand Down

0 comments on commit 002d506

Please sign in to comment.