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.
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 importsFaceHE.js
,SeamHE.js
,MaximalSeamHE.js
,VertexHE.js
, andHypergraphHE.js
.
More info
- Note: repo built on top of this boilerplate
- For comments and questions, please reach out to fppresearch2021@gmail.com