Thread: help with simple OpenGL

  1. #1
    Registered User
    Join Date
    Oct 2010
    Posts
    28

    help with simple OpenGL

    Hi iam new to openGL an i want to know how to print vertex using openGL in a 2d plane.
    suppose i want to print p(2,5),q(3,2) etc on the 2d plane.
    all in know that there is a function for printing points but i dont know how to use/write the code please help.

  2. #2
    Registered User
    Join Date
    Nov 2010
    Location
    Long Beach, CA
    Posts
    5,909
    You would be better served looking on the OpenGL forums. Here, there are probably only a handful of people who have used OpenGL (I have, but it was 10 years ago). We tend to focus more on standard C, and usually steer clear of 3rd party libraries. On the OpenGL forum however, everybody uses OpenGL, and there will be many experts, plus there are lots of helpful FAQs, tutorials and sample code. Here's a free link: OpenGL - The Industry Standard for High Performance Graphics.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. first opengl game, problems.
    By n3v in forum Game Programming
    Replies: 1
    Last Post: 07-11-2006, 08:22 PM
  2. SDL_ttf and OpenGL
    By sand_man in forum Game Programming
    Replies: 2
    Last Post: 12-01-2004, 06:06 PM
  3. OpenGL lighting
    By BabyG in forum Game Programming
    Replies: 3
    Last Post: 08-29-2004, 09:58 AM
  4. Replies: 5
    Last Post: 12-03-2003, 05:47 PM
  5. Simple simple graphics
    By triplem in forum C Programming
    Replies: 2
    Last Post: 05-19-2003, 02:52 AM