C++ interface to a graphics package ?

V

vivekian

Writing a small scheduler where the output will be the tasks scheduled
-- resulting in a Gantt Chart. Wondering if there is an API or some
sort of interface available for passing the result to a graphics
package like DIA and let it show the result ? or should i rather stick
to some graphics library ? Would like to keep the amount of coding
small :) and not sure what to do .

Thanks,
vivekian
 
D

Divick

I am not very clear of your requirements , you have not mentioned what
language do you want to code in? But still ...

you could use OpenGL to display it as graphics. Since you only need to
display it as 2D, it is pretty simple. you can check out some site for
OpenGL tutorial and then use the code. Its just that it will take some
time to understand the OpenGL basics (if you really care, otherwise you
can just use cut/copy/paste with a very high level understanding).

Other option would be to use some 2D vector drawing library like
graphviz or someting. Try google and you will get hundreds of libraries
to achieve what you want.

Hope that helps,
Divick
 
V

vivekian

Divick wrote :
Coding in C++. Looking for something basic. Its just a time line and
boxes on top of it. Just that would like to avoid some hard work as
running short of time :)

vivekian
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,599
Members
45,175
Latest member
Vinay Kumar_ Nevatia
Top