-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
This repository contains code that creates an animated and interactive Javascript application for exploring various orientation decomposition sequences for the humerus. It is built on top of [three.js](https://threejs.org/), a Javascript 3D library. Currently it is a work in progress. I wanted to put together a demonstration for my Ph.D. committee to determine if this concept could serve as one of my Ph.D. aims. Fortunately, it can! | ||
|
||
This is a list of items that need to be completed before this code is available for public release: | ||
|
||
* Determine how to create an "installation" procedure, mainly how to easily obtain external dependencies (such as three.js). | ||
* Comments! | ||
* Refactor user interface to conform to associated manuscript. | ||
* Application should allow a user to pick an arbitrary humerus trajectory. | ||
* Application should allow user to navigate the library of humerus trajectories associated with manuscript. | ||
* Add license. |