Skip to content

mleake/flipper

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

FliPPer

FliPPer is an interactive design tool for drawing and checking foundation paper piecing designs. It is based on our SIGGRAPH'21 paper 'A Mathematical Foundation for Foundation Paper Pieceable Quilts.' For more information please see our project webpage.

Demo

Quick Start

# Clone the repository
git clone https://github.com/mleake/flipper

# Go inside the directory
cd flipper

# Install dependencies
yarn (or npm install)

# Start development server
yarn dev (or npm run dev)

Code structure

  • UI is contained entirely in src/client/CanvasHE.js
  • Design gets built and organized in src/client/DesignHE.js, which imports FaceHE.js, SeamHE.js, MaximalSeamHE.js, VertexHE.js, and HypergraphHE.js.

More info

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published