Skip to content

Latest commit

 

History

History
15 lines (6 loc) · 867 Bytes

README.md

File metadata and controls

15 lines (6 loc) · 867 Bytes

TheBody

An object-oriented model of the workings of the human body written in java and scala.

Currently this consists of a heart and lungs implementation together with circulatory system components (blood vessels, red blood cells).

These components can be used to build a circulatory system of any size and shape where the heart emits shock-waves that transport blood cells to and from the lungs to be oxygenated.

The API has been designed to facilitate further addition of other organs at any position in this circulatory system that can use this blood supply, therefore allowing further work and a complete model of the human body to be built up.

A new "movement" package is currently under construction which will allow muscles to be added to the body that use the oxygen delivered by the circulatory system and which can be instructed to contract.