From ef8cde1c7ea14a5098f8884325caf3b9374fafb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Ka=C5=A1par=20Jir=C3=A1sek?= Date: Thu, 1 Oct 2015 12:41:37 +0200 Subject: [PATCH] Created README file --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..fbdebfd --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Using Processing 3 in IntelliJ IDEA + +This repository contains an example Processing 3 project in IntelliJ IDEA. + +The project can be used in two steps: + +1. Open the project in IntelliJ +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)