/untitled_scroll

Modern art web generator. Written in React with HTML5 components.

Primary LanguageJavaScript

Welcome to Untitled Scroll

Untitled scroll is a web application that generates Modern art using predefined algorithms with an infinite scroll. The webpage currently generates Mondrain, Roth, and Stella inspired pieces.

StellaPiece

Inspiration

I'm a huge art fan of modern and post modern art and I wanted to build something that I would enjoy.

Technologies

  • Frontend:

    • The front end and UI are implemented using React and JavaScript.
    • The infinite scroll utilizes Waypoint, a Javascript library
    • The webpage designing was done using css
    • Images are Canvas HTML5 objects
  • The site is hosted on Github can be viewed here

Features

  • Artist

    • Mondrian piece is generated by randomly placed vertical lines, then horizontal lines, then determine the squares. The squares are mapped over and a color is randomly picked, with emephasis on white

    portfolio_image

    • Rothko piece is generated by randomly choosing from a set of predefined colors and randomly selected a predefined dimension.

    rothko-image

    • Stella piece was generated by starting drawing boxes of increasing smaller sizes using recursion and modifying the current color
  • Dropdown
    • Users can select an artist using the settings button
    • Users can select about which leads to links to my github and other personal information settings_button

Current challenges and future implementations:

  • Additional artist can be added to dropdown menu
    • Currently considering adding Leo Villareal
  • Your suggestions and feedback are always welcome.