Skip to content

mleake/flipper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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