Git Product home page Git Product logo

generative-art's Introduction

generative-art

--ARCHIVED--

This project is archived in favor of the generative-drawings repository.

  • The new project is built to generate the site with Svelte instead of directly writing the static site.
  • The name generative-drawings fits the scope better.

Code allows us draw in ways that aren't possible in other mediums. It allows us to create images from simple rules that deliver beautiful results. Code can compute and draw many elements consistently, incorporate randomness, and allow interaction; aspects hard to achieve through other mediums.

Check out https://jawahar37.github.io/generative-art to play around with these projects live.

10 PRINT

10 PRINT is a program written in the early 80s to run on a COMMODORE 64 system to generate a beautiful maze with a simple condition. 10 PRINT CHR$ (205.5 + RND (1)); : GOTO 10 It prints either a \ or a / with a 50% probability for each. The result is a perfect example of complex behaviour emerging from a simple rule.

Spirograph

Tracing the path of a circle rolling along the perimeter of another circle delivers beautiful curves. This can be simulated using simple trigonometry.

Square bloom

Inspired by the work of Richard Vigniel (RVig), square bloom is the first attempt at a complex piece. It's rule is simple: pick a random spot and draw the biggest square possible that won't collide with any existing square. Repeat this process till it becomes hard to find a new spot. The result is a collage of squares that shows the beauty of randomness constrained by order. The inputs let you control the parameters that define the image. While reasonable inputs give a beautiful pattern, "invalid" ones like negative numbers give rather chaotic but fun results.

generative-art's People

Contributors

jawahar37 avatar

Stargazers

 avatar Chris Hart avatar Yuji Sode avatar

Watchers

 avatar

generative-art's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.