Generative Visuals

Generative Visuals Project ARE YOU READY TO EXPLORE THE SPACE? Reflection: In this project, I created a rotating moon eclipse, interactive astronaut figure, and shining stars. I used functions such as console.log( ), createSlider( ), loadImage( ), if/else, noLoop( ), confirm( ), etc. The program only initiate if the viewer answers yes to the question… Read more Generative Visuals

Imaginary Creature

Recitation 3: Imaginary Creature Here is the link to my p5.js Editor: https://editor.p5js.org/xues00/sketches/PE-eijt6S Reflection: The entire coding process was kind of challenging for me, especially because there was a long time between class and when I started my assignment. I am having trouble accessing the Web Editor from anywhere else but NYUSH buildings, which I… Read more Imaginary Creature

Interactive Drawing

Screen Recording 2020-09-27 at 11.29.28 PM The Entire action is recorded ^^^ Here is the link to my P5.js Editor: https://editor.p5js.org/xues00/sketches/mgbW2FEcH Here are my Codes: x = 0; y = 0; value = 0; function setup() { createCanvas(400, 400); rectMode(CENTER); } function draw() { // background(237, 34, 93); mouseClicked() keyPressed() fill(value); strokeWeight(value) line(0, 0, 400,… Read more Interactive Drawing

Hello world!

Welcome to Web Publishing @ NYU. This is your first post. Edit or delete it, then start creating your site! Online help is available via the Web Publishing Knowledge Site (wp.nyu.edu/knowledge) and the ServiceLink knowledge base (www.nyu.edu/servicelink). Through ServiceLink, you can find step-by-step instructions, as well as tutorials. Digital Accessibility As content creators who create… Read more Hello world!