We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpOpenGL and 3D Libraries › program development beginner needs help
Page Index Toggle Pages: 1
program development? beginner needs help (Read 604 times)
program development? beginner needs help
Jan 5th, 2010, 5:33am
 
English isn't my mother tongue, so I'm not sure whether I'm in the right folder to start a new topic.

At school we've learnt the basics of processing but I would like to make a detailed work with it. But I'm not sure whether processing is the right thing to do that.

I would like to develop a program that you can open without have opened processing. I would like to develop a program that has a lot of buttons. I would like to develop a program in which you can save, load and print something.
Can I develop this program with processing?

I want to develop a program like GEOGEBRA but in 3D. Do you think that's possible with processing or do I have to take Java? C? Pascal?


Thank you for helping me, I don't have any idea!
Re: program development? beginner needs help
Reply #1 - Jan 5th, 2010, 5:48am
 
Yes you can use processing to do that.
You dont have to run processing to execute programs. You can export your sketch as standalone App : File - Export Application.

for your buttons, you can either use controlP5, great library for buttons, sliders, etc : http://www.sojamo.de/libraries/controlP5

or another library would be Gui4p . http://www.lagers.org.uk/g4p/index.html

You can also easily save what you have done as image using saveFrame, or as pdf http://processing.org/reference/libraries/pdf/index.html  but also export as 3d files if you want to http://processing.org/reference/libraries/dxf/index.html

If you want to save other stuff more related to your programm you can write your own file format, saving programm settings, coordinates etc. same with the loader. printing from withing processing was discussed here : http://processing.org/discourse/yabb2/num_1160674179_for_example_.html

I just checked out GEOGEBRA, doesnt look like an easy task Smiley lot of math... surface lib for example is a nice library that helps you to create 3d shapes http://code.google.com/p/surfacelib/
you can also add your own surfaces, maybe check out paul bourkes page http://local.wasp.uwa.edu.au/~pbourke/geometry/

good luck. and if you ask me, start thinking small and let your programm grow with your programming skills. maybe changing some simple graphs in 2d with sliders and buttons would be a good start
Re: program development? beginner needs help
Reply #2 - Jan 5th, 2010, 6:19am
 
thank you.. I'll read through this sites and see what's possible to me to make.

thanks..Smiley
Page Index Toggle Pages: 1