From df0b47203531848b5fad062f65919f3dc96ec71a Mon Sep 17 00:00:00 2001 From: amandaghassaei Date: Mon, 8 May 2017 21:18:59 -0400 Subject: [PATCH] docs --- css/main.css | 2 ++ index.html | 26 ++++++++++++++++---------- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/css/main.css b/css/main.css index ec9f3ed..92d6ee2 100644 --- a/css/main.css +++ b/css/main.css @@ -3,6 +3,7 @@ html{ height:100%; padding:0; overflow: hidden; + min-width: 1080px; } body{ @@ -11,6 +12,7 @@ body{ padding:0; margin:0; overflow: hidden; + min-width: 1080px; /*-webkit-touch-callout: none; !* iOS Safari *!*/ /*-webkit-user-select: none; !* Chrome/Safari/Opera *!*/ /*-khtml-user-select: none; !* Konqueror *!*/ diff --git a/index.html b/index.html index 6200dab..a494def 100644 --- a/index.html +++ b/index.html @@ -624,11 +624,16 @@

Origami Simulator

Origami Folding; A Structural Engineering Approach
Rigid Origami Simulator
- Earcut Library
- -

- Built by Amanda Ghassaei as a final project for Geometric Folding Algorithms. - Code available on Github. +
+ This app uses three.js to visualize and interact with the 3D geometry of the folding.
+ Triangulation of quad faces in origami patterns is achieved by adding the shortest edge across the quad (this helps to preserve symmetry, which + makes the simulation work better). Arbitrary polygonal faces are triangulated using the Earcut Library.
+ Additionally, I used jQuery, Bootstrap and the + Flat UI theme to build the GUI.
+
+ Built by Amanda Ghassaei as a final project for Geometric Folding Algorithms. + Code available on Github. If you have interesting crease patterns that would + make good demo files, please send them to me (Amanda) so I can add them to the File>Demos menu. My email address is on my website. Thanks!

@@ -656,16 +661,17 @@ Importing SVG: