From 7abf8b7112838dd317501b0eea3f0cb672e19d55 Mon Sep 17 00:00:00 2001 From: jan Date: Sun, 8 Jan 2017 14:06:29 -0800 Subject: [PATCH] Cleanup readme --- .gitignore | 1 - README.md | 18 +----------------- 2 files changed, 1 insertion(+), 18 deletions(-) diff --git a/.gitignore b/.gitignore index 6e35f3c..1fcb152 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ out -.idea/ diff --git a/README.md b/README.md index d119334..69afac8 100644 --- a/README.md +++ b/README.md @@ -1,17 +1 @@ -# Using Processing 3 in IntelliJ IDEA - -This repository contains an example [Processing 3](https://processing.org) project in [IntelliJ IDEA](https://www.jetbrains.com/idea/). - -The project can be used in two steps: - -1. Open the project in IntelliJ IDEA -2. Add the same configuration you see on the screenshot -3. Duplicate the example applet and create as many Processing sketches as you want! - -![Configuration screenshot](http://cl.ly/image/1b2Q1J2Z1Q1y/processing-intellij.png) - -# About - -This project contains the Processing core libraries and is therefore distibuted under [GPL licence](LICENSE.md). - -*Thank you Processing!* +# Euglena control applet, written in Java and using the Processing 3 library