C Graphics on Mini2440

ajit
Can I run the C Graphics program on mini2440??? What steps should I
Follow???? and what are the compilers?? its very essential for my
project... AnyBody has Answer??? Thnx In Advance..

anatoly
Maybe startos will help you.
Visit http://code.google.com/p/startos - there're some graphic examples..

ajit
Thnx For Your opinion..
I using mini2440 with linux and i want to run C Graphics on It...is it
possible or shoul i change OS to StartOS???

anatoly
Stay with Linux...

Ruben
Hi

why do you want to use c graphics and not a library?

ajit
I have to plot a graph depending upon inputs from serial comm.
And im using mini2440 with linux..is there possible to to do this
project??? which compilers and libraries do i need?? i used CodeBlocks with
GNU ARM GCC but doesnt worked.. Help Me

ajit
Hey Ruben
I did the C Graphics Program in Turbo C on windows ...
do u have any other suggestions??

Ruben
I was under the impression that you'd want to do gui's etc, and not just a
graph

ajit
I will need that to Bro.
But my frist objective is that to plot a graph using C Graphics...
I'll need gui's to enterthe data from user to.. HELP

Ruben
I think you should look at Qt then, its c++ though, but sounds like you
know c so it wont be that bad.

ajit
Thnx Ruben For advice
It'll Take much time for me to program in QT again..
Its somewhat urgent here..
I thought C graphics ca be done On Mini2440..
Is that possible??

Ruben
it might be, i'm not sure, but working with qt saved me time.

ajit
Thnx..
Fact that i worked with QT but o cant handle that thats why.. Im going for
c graphics.

Ruben
wow, building a whole gui in c would be a nice case study, if you can, post
your code, i'd love to see it.

ajit
okay.. but what about my problem??

Ruben
you just said you are going to use c, and I'm not sure if it'll work or
not, like I said, I use qt for such projects.

ajit
Oh okay..
is c++ is much different than c??

Ruben
no, its all the same to me, c++ is just object orientated, but the basics
are the same. qt might have some libraries doing what you want doing. if
you use Pengutronix bsp there is a sample qt example that draws graphs
based on cpu usage etc...

Ruben
I mean sample project

ajit
Okay..I'll Try

Ruben
good luck, sorry I cant help you with the c graphics