Coder Social home page Coder Social logo

algographics's Introduction

AlgoGraphics

Random visualizations

I found this post very beautiful and interesting, so I decided to recreate it using swift.

There are both examples in the code:

  • Applying randomness to a straight line:

  • Apply randomness to a circle line:

Both drawing algorithms accept the following values:

// Number of points control points for creating the bezierPath
definitionPoints = 10

// Number of lines to be drawn
numberOfLines = 20

// Amount of randomness in the x axis
xRandomness: CGFloat = 20

// Amount of randomness in the y axis
yRandomness: CGFloat = 20

// This values express how much the randomness increases along the axis
xInfluenceInXAxis: CGFloat = 0.1
yInfluenceInXAxis: CGFloat = 0.1

The code is pretty rough... no classes, just a few functions. I would like to improve it and also add make lines a bit more interesting and maybe animate some changes. Will keep playing with this for a while as I find it very interesting.

algographics's People

Contributors

victorbaro avatar

Watchers

 avatar  avatar  avatar

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.