Tag: Processing

  • Generative Design: Book Notes

    Processing notes: Function Function size (640, 480, JAVA20); The standard renderer; this is used if nothing else is specified size (640, 480, P2D); Processing 2D renderer; this is quicker but less accurate size (640, 480, P3D); Processing 3D renderer; this is quick and is reliable on the web size (640, 480, OPENGL); OpenGL renderer: this…