Results 1 to 10 of 26

Thread: Which OpenGL Version to use for 2d games

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    right, so I think that I will try TLazOpenGLContext. Does this sacrifice any speed though?

  2. #2
    PGDCE Developer Carver413's Avatar
    Join Date
    Jun 2010
    Location
    Spokane,WA,Usa
    Posts
    206
    it would not be my first choice and I dont think it is opengl 3.0+ ready so you will have to open an extended content yourself for all supported platforms.

  3. #3
    Quote Originally Posted by Carver413 View Post
    it would not be my first choice and I dont think it is opengl 3.0+ ready so you will have to open an extended content yourself for all supported platforms.
    It is OpenGL 3 ready. Afterall you do the library loading with dglOpenGL functions, not FPC ones.

    All i can say is that the executable size may be bigger, over 1mb or something, with added possibility to use LCL components. This means you can have TPanel's and stuff on the form, and it's very useful if you plan to make editor for game that uses OpenGL.
    Last edited by User137; 22-03-2013 at 09:07 PM.

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
  •