Giter VIP home page Giter VIP logo

processing-intelij-template-project's Introduction

Processing InteliJ Template Project

This project contains the boilerplate code to create a Processing Sketch on Intelij. It only requires the machine has Java installed, but Processing itself is not necessary, since all libraries are included in the project

There are two ways to start the sketch:

  • StandardSketch: basic sketch launched using PApplet.main(...)
  • AdvancedSketch: static launcher using runSketch(...) that allows you to have several input parameters of any type

How To Use

Save the Template

  • Clone or download the project
  • Open the project with InteliJ
  • Tools > Save Project As Template
  • Name: "Processing InteliJ Template"

Use the Template

  • File > New > Project...
  • User Defined
  • "Processing InteliJ Template"

Support Libraries

The P2D renderer only needs the Processing Core library, but the P3D renderer also needs the OpenGL libraries. All necessary libraries for all Processing compatible OSs are in the lib/ folder and have all been added to the PATH. Remove the ones that not necessary for your OS. For example, for Windows x64 you will need:

  • core.jar
  • gluegen-rt.jar
  • gluegen-rt-natives-windows-amd64.jar
  • jogl-all.jar
  • jogl-all-natives-windows-amd64.jar

Processing version: 3.5.3

processing-intelij-template-project's People

Contributors

lfbferreira avatar luisnobleo avatar

Stargazers

Hadeel Alharthi avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.