Skip to content

Commit

Permalink
Quartz sync: Feb 21, 2024, 3:23 AM
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray Song committed Feb 21, 2024
1 parent 487cfc5 commit b349871
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 6 deletions.
1 change: 1 addition & 0 deletions content/editor/sketch/sketch 1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
![[sketch_p5.js]]
1 change: 1 addition & 0 deletions content/editor/sketch/sketch 2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
![[sketch2_p5.js]]
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ let prevMouseY;

function setup() {
let container = document.getElementById('p5-container');
let cnv = createCanvas(container.offsetWidth, container.offsetHeight);
let cnv = createCanvas(container.offsetWidth, container.offsetHeight, WEBGL);
cnv.parent('p5-container');
cnv.style('width', '100%');
cnv.style('height', '100%');
Expand Down
File renamed without changes.
5 changes: 0 additions & 5 deletions content/editor/test.md

This file was deleted.

0 comments on commit b349871

Please sign in to comment.