How represent points in 3d?

  • Thread starter Francis il Mulo Parlante
  • Start date
F

Francis il Mulo Parlante

Hi,
I have made a program in c++ that produces some points in a cubic space with
cordinate x y z.
I wanted to ask you if you know a library of the compiler of linux that
helps me to graphically represent these points in the space.
Waiting for one answer of yours
I thank you and I hand you
my regards

Francis
 
J

Jakob Bieling

Francis il Mulo Parlante said:
Hi,
I have made a program in c++ that produces some points in a cubic space with
cordinate x y z.
I wanted to ask you if you know a library of the compiler of linux that
helps me to graphically represent these points in the space.
Waiting for one answer of yours
I thank you and I hand you
my regards


Have a look at OpenGL. It's cross-platform and also has its own
newsgroup at news://comp.graphics.api.opengl

hth
 
P

Patrik Stellmann

Francis said:
Hi,
I have made a program in c++ that produces some points in a cubic space with
cordinate x y z.
I wanted to ask you if you know a library of the compiler of linux that
helps me to graphically represent these points in the space.

You could check out OpenGL (www.opengl.org). For an advanced C++ library
using OpenGL inside you could also take a look at OpenSceneGraph or
dozens of other open source graphics-libraries but that's probably a
little overdone just to display some points in 3d.
 

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
474,160
Messages
2,570,889
Members
47,420
Latest member
ZitaVos505

Latest Threads

Top