Jump to content

C++ Graphics

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
hetra

hetra

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 297 posts
Hello All,

In the post What level of math do you need to know for programming in the forum Programming Theory, WingedPanther said that trigonometry is needed for C++ graphics.

First of all, how do you do graphics in C++? What software is required? (besides an IDE-I use Visual Studio 2010).

Second of all, what other things need to be known for C++ Graphics?

#2
Moudi

Moudi

    Programmer

  • Members
  • PipPipPipPip
  • 167 posts
Well first of all, Trigonometry is vital for opengl imo.
What graphics are you talking about though ? Simple windows and applications ( or complex )
Or your talking about making games and making active stuff and such

#3
James.H

James.H

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 866 posts
Try checking out:

http://forum.codecal...graphics-c.html

i'm sure you read this already

http://forum.codecal...rogramming.html


#4
hetra

hetra

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 297 posts
Well, windows and applications are GUI's right? So I was thinking like (for example) environments and such (like forests, deserts and stuff).