Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » From Processing to Eclipse
icon3.gif  From Processing to Eclipse [message #1524574] Tue, 23 December 2014 14:26 Go to next message
André B. is currently offline André B.Friend
Messages: 1
Registered: December 2014
Junior Member
Hey guys,

I'm quite new in programming. We learned a bit Processing at University and now I am trying to switch to Eclipse.

In Processing, there are two methods called "void Setup()" and "void draw()". in void Setup you set up things like the Background, define variables etc. draw is a method which will repeat as Long as the program is running. Those are two Standard methods in Processing and build the biggest part of the main program (declaring global variables are the third part), you use them in nearly every Project.

Now I have no idea how this two methods are called in Eclipse (or whether they exist there at all). Can anyone help me?

Sorry for mistakes, English is not my mother language.
Re: From Processing to Eclipse [message #1525691 is a reply to message #1524574] Wed, 24 December 2014 05:32 Go to previous message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 12/23/2014 08:30 AM, André B. wrote:
> Hey guys,
>
> I'm quite new in programming. We learned a bit Processing at University
> and now I am trying to switch to Eclipse.
>
> In Processing, there are two methods called "void Setup()" and "void
> draw()". in void Setup you set up things like the Background, define
> variables etc. draw is a method which will repeat as Long as the program
> is running. Those are two Standard methods in Processing and build the
> biggest part of the main program (declaring global variables are the
> third part), you use them in nearly every Project.
>
> Now I have no idea how this two methods are called in Eclipse (or
> whether they exist there at all). Can anyone help me?
>
> Sorry for mistakes, English is not my mother language.

André,

You need to give more details about this "Processing." These "methods"
will not exist in Eclipse, but in libraries you associate with the
project you create in Eclipse.

If your native tongue is French, feel free to contact me directly
(russ@xxxxxxxx) in French and I'll be pleased to try to help you.

Best regards,

Russ
Previous Topic:Help needed for Eclipse plugin update provided through a Sourceforge Git branch
Next Topic:I need Newcomers' help!
Goto Forum:
  


Current Time: Fri Apr 19 21:06:05 GMT 2024

Powered by FUDForum. Page generated in 0.08483 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top