Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

graphic libraries in VC++

Status
Not open for further replies.

jakjoud

Full Member level 2
Joined
Feb 6, 2005
Messages
129
Helped
10
Reputation
20
Reaction score
1
Trophy points
1,298
Location
Marrakech
Activity points
954
Hi everybody I'm in need of some free libraries for graphics in VC++, It's about drowing 2D and 3D graphics such of fft ones,...
thanks
 

have you tried DirectX SDK? it's the most common one for intense graphic programming in windows platform. When drawing in 2D, you would use DirectDraw APIs and for 3D, you would use Direct3D.

You can download the SDK freely at:
https://msdn.microsoft.com/directx/sdk/

Anyway, there's a little problem for programmers with scientific background. The Direct3D coordinate-system is not the "natural" 3D coordinate that is used in Math and Physics. Not like OpenGL, which resembles the "natural" 3D coordinate that is used in Math and Physics.

goodluck,
:wink:
 

I suggest to take a look at the tutorials from this site:

https://nehe.gamedev.net/


it has many turtorials in OPENGL for 3d drawings, and explanation.
 

Hi, in fact I'm in need of some libraries to plot some graphs define axis ...

Thanks a lot
 

Hi,

There is a free graphics library called 'g2', just search on goodle.
It is simple to use, has line, circle, etc. commands, and it can draw to the
screen or to a postscript file, or windows .wmf file too. I have used it
with windows, but using g++, not Visual C++, but it will work with that too.

The good thing is that it is available for a lot of platforms, so you can
write c++ code that you can port to Windows or linux or solaris.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top