Giter VIP home page Giter VIP logo

sketch's People

Contributors

bfoz avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

sketch's Issues

Add quadrant commands

first_quadrant returns a new sketch translated such that it lies entirely in the first quadrant. If the sketch already does, then it returns self.

first_quadrant! is the same, but modifies self, as necessary.

first_quadrant? returns true if the sketch lies entirely in the first quadrant.

Add similar methods for the other quadrants.

Add support for layers

A layer is like a group, but doesn't have a transformation or any sort of location at all.

Add a grid command

Accepts grid spacing arguments and a block. Duplicates the block with a transformation for each grid point. If the block has arity==1, then pass it the x-coordinate for each grid point and group the resulting geometry by y-value. If the block has arity==2, then pass it x and y for each grid point and put all of the generated geometry in a single group.

Add an 'inset' option to layout

Insets the layout by the given amount.
If a single value is given, inset both horizontally and vertically by the given value.

Add a translate command

translate is an alias for group that sets up a pure translation Transformation (no rotations allowed)

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.