From a711e2e58dfd020489432e9648233bb0f69d9de4 Mon Sep 17 00:00:00 2001 From: jan Date: Sun, 8 Jan 2017 16:38:06 -0800 Subject: [PATCH] note down some (anti-)features --- README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) 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