top of page
Search

Coding Project Proposal

  • Writer: Mackenzie
    Mackenzie
  • May 22, 2019
  • 1 min read

For our last project, I would like to be able to code a randomly generating art piece.


I have already made something like this, this is the link: https://editor.p5js.org/MackMurphy/sketches/183xJHQls


These are some of the randomly generated trees:

This project randomly generates segments that build off of each other, it was a rather simple project that I made in a night to help learn p5.js. For our final project, I want to make something like this, but make it far more complex.


This following project is a good example of something that I would want to make (although it might be too complicated to learn right away): https://glitch.com/~processing-js


These are some randomly generated trees made by the other code:

The trees generated by this code are far more complex, have more variety, and look better. The trees also sway by themselves, and can be "pulled" when the mouse moves over them. When generated, the user sees the tree grow, not just appear (like in my code), as the trunk, then branches, then leaves, then flowers, all bloom from the screen. For the final project, I would want to first learn how to write better randomly generating art with more variety (specifically trees), then figure out how to have them sway on their own and show the gradual development/growth of the tree, and if there is time, to learn how to have the mouse "pull" on the tree.

 
 
 

Comments


©2018 by Mackenzie's Digital Design Projects. Proudly created with Wix.com

bottom of page