Thread: C++ coding

  1. #1
    Registered User tlindsey's Avatar
    Join Date
    Oct 2015
    Location
    Los Angeles
    Posts
    4

    Question C++ coding

    Does anyone have any advice on how to do 3D coding in OpeGL?

  2. #2
    Programming Wraith GReaper's Avatar
    Join Date
    Apr 2009
    Location
    Greece
    Posts
    2,738
    Let's see...:
    Forget that the static pipeline even exists, and program your own shaders. GLSL is a must.
    Learn your way around basic 3D math, such as vectors and matrices.
    Some 3D structures are essential, for example a plane, an aabbox etc.
    More on shaders, read a little about lighting effects and implementation, unless you just use someone else's.
    Some external libraries may also be proven useful along the way, such as GLEW, GLM and SDL2.

    Other than that... idk, practice, practice, practice.
    Devoted my life to programming...

  3. #3
    Registered User
    Join Date
    Nov 2013
    Posts
    107
    Well you will need to be pretty good at C++ first, so how is that?
    Last edited by jim_0; 11-18-2015 at 05:55 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Please help with my coding!
    By mepil in forum C Programming
    Replies: 4
    Last Post: 11-12-2011, 07:55 PM
  2. C++ coding help
    By abhay143 in forum C++ Programming
    Replies: 1
    Last Post: 10-20-2009, 10:07 AM
  3. need Coding....
    By hamza_intel in forum C++ Programming
    Replies: 13
    Last Post: 04-27-2007, 09:29 AM
  4. Help with c++ coding
    By sd03eee in forum C++ Programming
    Replies: 25
    Last Post: 10-25-2005, 06:30 PM
  5. Before Coding
    By cyberCLoWn in forum C++ Programming
    Replies: 16
    Last Post: 12-15-2003, 02:26 AM