Coder Social home page Coder Social logo

spiral_paint's Introduction

spiral_paint

I share a script that redraws a photo with a spiral. Optionally, you can select line thickness, color or black and white. I will briefly tell you what this script does. The spiral is drawn through Archimedes 'formulas (Archimedes' spiral). The image is conventionally divided into 6 shades of gray from 255 values. Create an array where the conditional gray values will be written. The turtle will take these values to select the thickness of the line (pensize). Next, we need to correlate the beginning of the turtle's movement with the center of the image. The turtle, using xcor() and ycor(), will look at the values in the array at every step and, with conditions, create the thickness of the line. If you have any ideas how you can improve the script or add another shape or can make an animated clip or something else, I invite you to join this project.

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.