Studies • 3-year independent project

My Pathways

This page is a written overview of what I learned, built, and tested while exploring the mathematics of the “fold-and-cut” problem. I started from paper experiments, moved to CAD-based precision, and eventually implemented an app that generates crease patterns.

At a glance

Theme: fold-and-cut / one straight cut • Geometry + algorithms + implementation.


Computational geometry Graph thinking SVG Python UI prototyping

Highlights

The project is one story told from three angles: the problem itself, what I built, and what changed in how I think.

Timeline

A simple year-by-year map. Each year had a different “main skill” I wanted to gain.

What I want to improve next

Handle more general shapes, reduce fold count in real-world constraints, and make the app easier for other people to experiment with.

Tools & skills I used

A compact list, grouped the way I think about building projects.

Math / CS

Geometry Angle bisectors Graphs Algorithm design Edge cases

Implementation

Python SVG Data modeling GUI prototyping Readable code