+ Reply to Thread
Page 3 of 6 FirstFirst 12345 ... LastLast
Results 21 to 30 of 52

Thread: c++/opengl: Introduction to c++/opengl game programming for beginners

  1. #21
    Join Date
    Jul 2006
    Location
    Amherst, New York, United States
    Posts
    6,277
    Blog Entries
    26
    Rep Power
    20

    Re: c++/opengl: Introduction to c++/opengl game programming for beginners

    Quote Originally Posted by amrosama View Post
    Omg really?
    Its my first one thnx alot
    I didn't read through the entire tutorial (as I don't have much time right now) but the first half was great. The content is very interesting (something I don't actually know) and well detailed. The only thing I could complain about is the formating. When you copy text directly from Microsoft Word it preserves the "smart quotes" and you end up with fancy quotes facing in the wrong direction. Also some IDE's make a distinction between a TAB and a SPACE (the one you are using does), whereas some IDE's a TAB is equal to four spaces. So when you paste code from the IDE to the forum, you end up with poorly indented code that is often difficult to read. Also I would recommend using some bold text or colors to make the tutorial more visually appealing. But aside from the afore mentioned, and a few spelling/grammatical errors it's fantastic.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #22
    Join Date
    Aug 2007
    Location
    Gizeh, Al Jizah, Egypt, Egypt
    Posts
    8,675
    Blog Entries
    12
    Rep Power
    81

    Re: c++/opengl: Introduction to c++/opengl game programming for beginners

    Thank you, ill try to do better on the next tutorial
    i really appriciate it

  4. #23
    Join Date
    Jul 2006
    Location
    Amherst, New York, United States
    Posts
    6,277
    Blog Entries
    26
    Rep Power
    20

    Re: c++/opengl: Introduction to c++/opengl game programming for beginners

    No problem. I'm looking forward to reading your next one.

  5. #24
    Join Date
    Apr 2008
    Posts
    789
    Blog Entries
    5
    Rep Power
    24

    Re: c++/opengl: Introduction to c++/opengl game programming for beginners

    Great tutorial man, athough it seems like an awful lot of code just to display a triangle with a gradient.

  6. #25
    Join Date
    Sep 2008
    Location
    Australia
    Posts
    4,834
    Blog Entries
    10
    Rep Power
    51

    Re: c++/opengl: Introduction to c++/opengl game programming for beginners

    It is a lot of code, but it was it is required for it to preview.
    jQuery Selectors Tutorial - jQuery Striped Table tutorial - jQuery Events - jQuery Validation
    Sorry if I don't post as often as I did, I'll try to get here as much as possible! I'm working my bum off to get this scholarship and other stuff!

  7. #26
    Join Date
    Aug 2007
    Location
    Gizeh, Al Jizah, Egypt, Egypt
    Posts
    8,675
    Blog Entries
    12
    Rep Power
    81

    Re: c++/opengl: Introduction to c++/opengl game programming for beginners

    the only part for dislaying the triangle was like 4 or 5 lines of code
    the rest will be used as it is when you start a new project
    yo homie i heard you like one-line codes so i put a one line code that evals a decrypted one line code that prints "i love one line codes"
    Code:
    eval(base64_decode("cHJpbnQgJ2kgbG92ZSBvbmUtbGluZSBjb2Rlcyc7"));
    www.amrosama.com | the unholy methods of javascript

  8. #27
    Join Date
    Apr 2008
    Posts
    789
    Blog Entries
    5
    Rep Power
    24

    Re: c++/opengl: Introduction to c++/opengl game programming for beginners

    Why not put the boilerplate in the header then?
    (in a function for example set_up())

  9. #28
    Join Date
    Aug 2007
    Location
    Gizeh, Al Jizah, Egypt, Egypt
    Posts
    8,675
    Blog Entries
    12
    Rep Power
    81

    Re: c++/opengl: Introduction to c++/opengl game programming for beginners

    i didnt want to confuse people with it, plus it would only be used by just one finction
    yo homie i heard you like one-line codes so i put a one line code that evals a decrypted one line code that prints "i love one line codes"
    Code:
    eval(base64_decode("cHJpbnQgJ2kgbG92ZSBvbmUtbGluZSBjb2Rlcyc7"));
    www.amrosama.com | the unholy methods of javascript

  10. #29
    Join Date
    Jul 2008
    Location
    Somewhere that is shorter to write than "In the gloomy shadows of my personal namespace"
    Posts
    10,725
    Blog Entries
    2
    Rep Power
    90

    Re: c++/opengl: Introduction to c++/opengl game programming for beginners

    omg! I haven't repped you for this until now! +rep...
    Hey! Check out my new Toyota keyboaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

  11. #30
    olech401 is offline Newbie
    Join Date
    Dec 2008
    Posts
    1
    Rep Power
    0

    Re: c++/opengl: Introduction to c++/opengl game programming for beginners

    IS it Easy to programm, my own game?

+ Reply to Thread
Page 3 of 6 FirstFirst 12345 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. My first 3d opengl game
    By sdanyal in forum Community Projects
    Replies: 0
    Last Post: 11-24-2010, 01:02 AM
  2. Board Game with OpenGL and C++ 2
    By ashino in forum Games
    Replies: 0
    Last Post: 03-31-2010, 09:55 PM
  3. Board Game with OpenGL and C++
    By ashino in forum C and C++
    Replies: 2
    Last Post: 03-30-2010, 09:42 PM
  4. OpenGL 2D Game
    By erica_82 in forum C and C++
    Replies: 1
    Last Post: 05-02-2009, 02:24 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts