euglena/README.md

18 lines
626 B
Markdown
Raw Normal View History

2015-10-01 03:41:37 -07:00
# Using Processing 3 in IntelliJ IDEA
2016-04-12 07:22:36 -07:00
This repository contains an example [Processing 3](https://processing.org) project in [IntelliJ IDEA](https://www.jetbrains.com/idea/).
2015-10-01 03:41:37 -07:00
The project can be used in two steps:
2016-04-12 07:22:36 -07:00
1. Open the project in IntelliJ IDEA
2015-10-01 03:41:37 -07:00
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)
2016-04-12 07:22:36 -07:00
# About
This project contains the Processing core libraries and is therefore distibuted under [GPL licence](LICENSE.md).
*Thank you Processing!*