Skip to content

Commit

Permalink
Adding readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
klevis-a committed Oct 16, 2020
1 parent 3e76cf7 commit 43127f9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
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.

0 comments on commit 43127f9

Please sign in to comment.