From 26ae18eec51ed9c3dbd7c9449fd41b4895282241 Mon Sep 17 00:00:00 2001 From: Amira Abdel-Rahman <amira-rahman@aucegypt.edu> Date: Wed, 19 Aug 2020 12:04:08 -0400 Subject: [PATCH] initial add --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e7f5a38..95a4b32 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ # MetaVoxels Code -Code for the design, simulation and optimization of MetaVoxels. \ No newline at end of file +Code for the design, simulation and optimization of MetaVoxels. + +## Documentation + +- Here: https://gitlab.cba.mit.edu/amiraa/metavoxels + +## Interactive Demos + +- [Tendons Modeling](https://amiraa.pages.cba.mit.edu/metavoxels-code/demos/indexTendon.html) +- [Precomputed 5*5 cuboct Voxel](https://amiraa.pages.cba.mit.edu/metavoxels-code/demos/indexScaling.html) +- [Precomputed 4*1 chiral Voxel](https://amiraa.pages.cba.mit.edu/metavoxels-code/demos/indexChiral.html) +- [Boundary Conditions](https://amiraa.pages.cba.mit.edu/metavoxels-code/demos/indexBoundaryConditions.htmll) +- [Hierarchal multi-material 3*3 Base Voxel (old cpu version (to fix))](https://amiraa.pages.cba.mit.edu/metavoxels-code/demos/indexHierarchical.html) \ No newline at end of file -- GitLab