Skip to main content

Home/ game programming/ Group items tagged OpenGL

Rss Feed Group items tagged

jdr santos

Andorra 2D - The Next Generation 2D Engine for Delphi and Lazarus - 0 views

  •  
    Andorra 2D features a simple API for 2D programming which offers you the choice between both: The power of DirectX and OpenGL without the need of knowing anything about those graphic interfaces. Andorra 2D is designed to be the successor of DelphiX. That is because Andorra 2D uses nearly the same sprite engine interface as DelphiX.
metacipher

Cone3D Programming - SDL, OpenGL and C++ Tutorials - 0 views

  • screen = SDL_SetVideoMode(640, 480, 32, SDL_HWSURFACE|SDL_DOUBLEBUF);
    • metacipher
       
      You should note that this tutorial fails to free the memory it created. You should call SDL_FreeSurface(screen) when quitting, to free the display surface created.
metacipher

Cone3D Programming - SDL, OpenGL and C++ Tutorials - 0 views

    • metacipher
       
      These tutorials are really old, but they still hold some good information. I don't recommened using Dev-C for development, but rather using CodeBlocks (google it). You should also note that some of the techniques used within these tutorials are bad.
1 - 3 of 3
Showing 20 items per page