We are about to switch to a new forum software. Until then we have removed the registration on this forum.
is their a installation guide ? im on windows surface pro 2 64bit and have alot of programs i made myself and other i have had a great help exp with the usual suspects up in this forum, at this point i think im ready to leave Processing IDE and move on to something a bit more useful like ofx but im unclear as to how it is used and or where to begin specially since i already have Processing sketches so i guess my workflow will be a nit diff im assuming ? not sure tho...
Answers
@GoToLoop i guess i was left afterwards confused as to what is it im supposed to do when converting .
I guess you should look up its instructions: http://OpenFrameworks.cc/learning/
Be aware that ofx is a C++ library. And Processing is a Java library.
right loop but the main question remains,....what do we do with all of our sketches in java? this it? processing? i mean not everyone has processing so if i was to attempt sharing my app in the playstore what then? everyone else would have to install java in their phones and tablet just to use my app? what about exporting the application? what is the whole point of that? i export the app and zip it up and send it to my brother is he going to be able to unzip it just run the app? i mean this is the main reason for my old post
https://forum.processing.org/two/discussion/comment/66278#Comment_66278
which you never really answered how to convert
For Android you need to use Android Mode for your sketch to run there.
hmmmm i just learned something new by comparing thank loop Sooooo if i was to paste this in something like eclipse ? i think thats java based ide
and paste this in the ide
i would get the same results from processing?
also if i was to make this sketch for android will it look the same ? this particular java file ?
besides my questions DAM how da hell are ppl supposed to learn how to program if all of this import are hidden from the so called programmer? and little things like public and static public ? Processing is trying to keep their audience slaved to Processing only or something? and thats this little code here i have other programs with 10 to 15 tabs and i cant even imagine how much i would learn from whats being hidden, hmmmm i wonder if Arduino been doing the same thing considering that P and A are both using the same IDE style and structure the only thing being diff is the syntax and its lib's
Dunno much about Android. Its Dalvik's Java implementation lacks many Oracle's Java features.
On the other hand, got lotsa extra things about how to control a phone's GUI and permissions.
No, Processing's aim is allow artist folks to program too.
As you can see, the real Java got some scary boilerplates and stuff.
No wonder languages like Python are being used for introduction to programming in place of Java & C.
But iMO Processing, be it in the form of Java, Jython or JS, etc., is even easier. O:-)
https://Processing.org/overview/
Another very good introduction to programming is Greenfoot:
http://www.Greenfoot.org/home
And Khan Academy's own Pjs version under JS syntax:
http://KhanAcademy.org/cs
how can one download android mode? i dont have that in my right side top tab.
also you did not answer my main question and reason for me posting my code.
I don't have Eclipse. But as long as you setup all Processing's ".jar" classpaths, it should work.
you mean all this crap under lib after export to new folder?
and by setup you mean i porting to the what ever java ide i will use ?
Yea, most of them are needed for the whole Processing framework to work.
Processing's IDE (PDE) is already configured. When using another IDE we gotta do that ourselves.
For Eclipse, you should look up Proclipsing:
https://forum.Processing.org/two/discussions/tagged/proclipsing
https://forum.Processing.org/two/discussions/tagged/eclipse
thank you loop
There is a Tutorial on eclipse
See www.processing.org