Coder Social home page Coder Social logo

generative-art's Introduction

gringogidget.github.io

Visual and Digital Art Showcase

▒▒▒░░░░░░░░░░▄▐░░░░
▒░░░░░░▄▄▄░░▄██▄░░░
░░░░░░▐▀█▀▌░░░░▀█▄░
░░░░░░▐█▄█▌░░░░░░▀█▄
░░░░░░░▀▄▀░░░▄▄▄▄▄▀▀
░░░░░▄▄▄██▀▀▀▀░░░░░
░░░░█▀▄▄▄█░▀▀░░░░░░
░░░░▌░▄▄▄▐▌▀▀▀░░░░░
░▄░▐░░░▄▄░█░▀▀░░░░░
░▀█▌░░░▄░▀█▀░▀░░░░░
░░░░░░░░▄▄▐▌▄▄░░░░░
░░░░░░░░▀███▀█░▄░░░
░░░░░░░▐▌▀▄▀▄▀▐▄░░░
░░░░░░░▐▀░░░░░░▐▌░░
░░░░░░░█░░░░░░░░█░░
░░░░░░▐▌░░░░░░░░░█░

generative-art's People

Contributors

gringogidget avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

silky linuxmahara

generative-art's Issues

Processing JS in Tumblr

Added this to Tumblr, however it still doesn't format on the main page:

http://kristinagroeger.tumblr.com/post/88578123637/test
and http://kristinagroeger.tumblr.com/

Tried this process: http://opensourceart.tumblr.com/post/17533740730/how-to-embed-processing-js-sketches-into-tumblr

Need to review this forum: http://forum.processing.org/one/topic/how-to-run-processing-js-on-tumblr.html

Code in Tumblr:

<script type="application/processing" target="canvasName"> loat x, y; float dim = 80.0; void setup() { size(600, 300); noStroke(); } void draw() { background(233,150,122) /* Dark Salmon / ; x = x + 0.9; if (x > width + dim) { x = -dim; } translate(x, height/2-dim/2); fill(255,192,203) / Pink _/; rect(-dim/2, -dim/2, dim, dim); translate(x, dim); fill(255,69,0) /_O range Red /; rect(-dim/2, -dim/2, dim, dim); translate(x, height/10-dim/10); fill(0) / Black */; rect(-dim/2, -dim/2, dim, dim);} </script>

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.