GUI Designing

I have developed an air mouse which has functionalities like hovering picture sliding left right click but they all are independent programs and an amateur user finds difficult to upload, calibrate the code on serial monitor. So i need to develop a GUI around my arduino micro which uses 4 flex sensors and accelerometer. I need a GUI that can compile, upload and calibrate in the backend and button type interface where user can select which type of functionality like picture sliding mode, mouse mode, gaming mode, he wants to use. Is there any open source free gui builder which can help me??? i need ur valuable feedback...
geezzz.... thanks in advance....

I presume the GUI code will be running on your PC and not on the Arduino - is that correct?

...R

Robin2:
I presume the GUI code will be running on your PC and not on the Arduino - is that correct?

...R

Yes exactly. Can u help me? :frowning:

This is not the place to look for information about writing GUI software for a PC. In any case you have not even told us what programming language you plan to use on the PC.

If you are wondering about communication between an Arduino and a PC you need to say so and explain exactly what data you want to transfer, and how frequently.

You may get some ideas from Serial Input Basics and from Planning and Implementing a Program

...R

Robin2:
This is not the place to look for information about writing GUI software for a PC. In any case you have not even told us what programming language you plan to use on the PC.

If you are wondering about communication between an Arduino and a PC you need to say so and explain exactly what data you want to transfer, and how frequently.

You may get some ideas from Serial Input Basics and from Planning and Implementing a Program

...R

GUI should be like there should be three buttons wiz. mouse mode, picture slider mode, gaming mode and when user presses that button the corresponding code should get uploaded onto arduino and the air mouse should be working accordingly. Programming language does not matter i just want the GUI done

rahul_vaviya:
Programming language does not matter i just want the GUI done

YOU are the person who is going to have to write the code so YOU need to choose a programming language.

...R

Why would you want to recompile? Save the hex-files (compiled programs) somewhere and upload them.

I don't have any idea about the processes that the IDE goes through for an upload. So can't help further.