GithubHelp home page GithubHelp logo

movable-shape's Introduction

movable-shape

Intro: movable-shape is a way of animating a shape that doesn't need you to refactor everything to be relative to itself. It's super useful to do that, and you should get in the habit of doing that. But! movable-shape provides a sort of wrapper around p5.js drawing code that lets you move it around, even if it's dumb.

Concepts that are introduced:

  • Multiple files: You will note that there are now two separate JavaScript files: sketch.js and movable-shape.js. This helps keep my work (the guts of movable-shape) separate from your work (drawing your object). (To see what's happening, look at lines 8 & 9 of index.html.)

  • Overwriting properties/extending code: You'll notice that I'm asking you to overwrite the drawShape() function in sketch.js. It's defined on movableShape as an empty function, and lines 8-10 of sketch.js overwrite that function with whatever you want to put in it.

  • Wrapping code: You can essentially copy-and-paste your unrefactored drawings into drawShape(), and movableShape will let you move your drawing around at will.

movable-shape's People

Watchers

James Cloos avatar Hassan Abbas 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.