Giter Club home page Giter Club logo

slice-old's Introduction

Slice

Using matter.js, Slice is a block that can be cut to your heart's desire by mouse pointer. The mouse pointer can slice falling blocks while staying totally still. Try at slice.lam.io.

Soon to be tackled: self-intersecting mouse trajectories in polygons.

"Wow, that code is kinda long."

Cutting is rife with literal corner and edge cases. This is especially the case handling concave polygons, where the strongest and most expensive cutting procedures have to be used. Each frame updates a cache of mouse cursor positions to track entering and exiting events to polygons. In general, over the course of one frame the mouse cursor could trace any line segment and subdivide many polygons from the same parent polygon. The cutting algorithm here encodes entry and exit cut points as fractions along the boundary and traverses the polygons as they are progressively sliced as a binary tree to transform these cut point coordinates to their new homes in the daughter polygon.

Despite intensive efforts, intersections are still not handled carefully enough, as vertex sets still fail to spawn bodies sometimes when the mouse path goes over an existing vertex.

slice-old's People

Contributors

acrylic-origami avatar

Watchers

James Cloos 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.