diff --git a/README.md b/README.md index 3904836..577fb8d 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,25 @@ # Euglena control applet -This is intended for use with euglena projector + microscope systems as developed by the [Riedel-Kruse lab](https://web.stanford.edu/group/riedel-kruse/). +This is intended for use with euglena projector + microscope systems as + developed by the [Riedel-Kruse lab](https://web.stanford.edu/group/riedel-kruse/). Written in Java and using the Processing 3 library -Jan Peykiewicz (anewusername at gmail) wrote this version in mid-2016, but doesn't *really* work on this project... +I (Jan Peykiewicz, ```anewusername at gmail```) wrote this version in mid-2016, + but doesn't *really* work on this project... + +I (Jan) haven't tested the below commands on windows, but they should + be direct translations of the linux commands. + + +## Features + +* Multiple windows (so that moving the control window around doesn't move what's +on the projector. +* Drawing using primitive shapes (lines, ellipses) and arbitrary colors. +* Does NOT currently support freeform drawing... should be pretty easy to add though. + -I (Jan) haven't tested the below commands on windows, but they should be direct translations of the linux commands. ## Compiling