diff --git a/css/main.css b/css/main.css index ec9f3edd2309c02bf48edf5a9597933c2658ec52..92d6ee205b832e21bc4b532e7e394eb44e5dbb03 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 6200dabab2671e7a865294b2d23051a822516dca..a494def616c9587e0c9d6bb461403ee93928ffeb 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: