About 314,000 results
Open links in new tab
  1. computer-graphics-opengl · GitHub Topics · GitHub

    Feb 12, 2025 · Top 50 Computer Graphics Projects Implemented using OpenGL library. Personal website for Abdallah Dib. An open source digital suclpting application that provides artists with …

  2. c++ - Modern OpenGL Example from github - Stack Overflow

    Nov 16, 2019 · I found this example code on github via https://github.com/zuck/opengl-examples.git this is the mirroed cube example. I can get this code to work if I use cmake to …

  3. Hardware Accelerated Decoding - CCR’s Blog - dejaloser.github.io

    Sep 8, 2016 · Copy mode for GPU decoders was introduced since 1.5.0. Copy mode can be ZeroCopy , LazyCopy , OptimizedCopy and GenericCopy . •ZeroCopy: No data read back …

  4. OpenGL base C++ project · GitHub

    Clone this repository at <script src="https://gist.github.com/kopiro/4414350.js"></script> Save …

  5. Examples for the OpenGL Red Book - GitHub

    This is the example code for the OpenGL Programming Guide (Red Book), 9th Edition. It is mostly an import of code from previous editions with minor updates to match some of the descriptions …

  6. OpenGL with GLM & SDL: A simple program to demonstrate ... - GitHub

    glLinkProgram(p); // link the shader program and test for errors: glGetProgramiv(p, GL_LINK_STATUS, &linked); if(!linked) {cout << "Program not linked." << endl; …

  7. opengl-project · GitHub Topics · GitHub

    Mar 19, 2024 · Train Journey View Using OpenGL 🚂 This project simulates a train journey using OpenGL, creating a visually engaging 3D environment. It includes animated train movement, …

  8. Copy the FreeGLUT’sdlls to your local project: Debug mode: copy freeglutd.dll to x64/Debug/ Release mode: copy freeglut.dll to x64/Release/

  9. Best practices when pushing OpenGL app to Github? : r/opengl - Reddit

    May 14, 2020 · I was wondering what the best practices are when pushing an OpenGL application on Github. This is my file structure in my current repo:

  10. Computer Graphics programs with OpenGL in C++ - GitHub

    Computer Graphics programs with OpenGL in C++. Contribute to thevarunsharma/OpenGL-Programs development by creating an account on GitHub.

Refresh