Code Monkey home page Code Monkey logo

processing-eclipse's Introduction

processing-eclipse

This is an Eclipse plugin that provides a “Processing” mode for Eclipse.

It was created in 2010 by Chris Lonnen as a Google Summer of Code project, as part of an exploration on how we might replace the current Processing editor and development environment with something more advanced.

This project is not under active development, but the source is here in the hope of some kind soul picking it up and continuing.

Please contribute!

Ben Fry, 3 February 2013

processing-eclipse's People

Contributors

benfry avatar lonnen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

processing-eclipse's Issues

Eclipse plugin and processing 2.0.1

Hello,
I am trying to point the plug-in to the new version of processing 2.0.1.
What I have done is just to replace the core.jar and pde.jar in the plugin folder with those of the new version of processing.

This does not seem to work. The java code generated from the .pde has
import processing.xml.*

which does not exist anymore in the new core.jar.

It seems to me that it has been replaced with processing.data.*

Thanks for the great work and for your help.

why cannot I alter my project with Eclipse Plug-in?

I used eclipse plug-in to create a new program, wrote some code and it ran successfully. But when I altered the code and ran again, the result was the same as I programmed before. I opened the "generated" folder and checked the java file, found that it was't change to the new code as well.

How can I refresh the program? And if I wanna alter the java file to gain more functions, what should I do?(for I didn't find the interface to edit the generated java file)

Thanks a lot!

Issue with rect?

The following line of code:

rect((float)Xcoord, (float)Ycoord, (float)Xsize, (float)Ysize, (float)Rounding);

(where all arguments are integers) causes the following error in the Eclipse plugin (though the applet runs):

The method rect(float, float, float, float) in the type PApplet is not applicable for the arguments (float, float, float, float, float)

It works fine in the Processing IDE. It seems to be something to do with calling rect() with more than 4 arguments. If the code is changed to:

rect((float)Xcoord, (float)Ycoord, (float)Xsize, (float)Ysize);

it does not produce an error.

Additionally, although not strictly an issue per se, given that the documentation lists floats as arguments, calling rect() with integer arguments works fine in the processing IDE, but produces a similar error in the Eclipse plugin.

Some PVector methods not recognized in Eclipse

Hi,

I have recently imported my processing application into eclipse to use it as a debugger, but I am getting errors for certain PVector methods and it is causing me trouble. The following methods for class PVectors are not working:

setMag for PVectors is not working
fromAngle for PVectors is not working
heading for PVector is not working

Thanks,
Nick

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.