About 1,920,000 results
Open links in new tab
  1. kasrababazadeh/OpenGL-2D-3D-Animations - GitHub

    This project shows a simple 2D square moving vertically within a window. The square moves up and down in a loop, demonstrating basic 2D animation principles with position updates over …

  2. c++ - change 2D object to 3D object OpenGl - Stack Overflow

    Apr 26, 2017 · I have a code to find the cell mouse clicked in chess board then a 2D Triangle shape go to the cell position, Now I want to change 2D Triangle to 3D cube but I don't know …

  3. Creating animations using Transformations in OpenGL

    Sep 19, 2023 · Animation is the illusion of making us think that an object is really moving on the screen. But underneath they are just complex algorithms updating and drawing different …

  4. How to Create 3D and 2D Graphics with OpenGL and C

    Aug 24, 2024 · In this comprehensive guide, you will learn how to use OpenGL with C++ to create everything from simple 2D shapes to complex, interactive 3D scenes. We will start with the …

  5. Simple 2D and 3D animations using OpenGL - GitHub

    Different examples of code and functions in opengl glut library including mouse and keyboard input functions and different 2d/3d animations. Written for my Graphics class in 2020. Steps to …

  6. Getting 2D to 3D - OpenGL: Basic Coding - Khronos Forums

    Mar 10, 2000 · It’s designed specifically to convert a 2d coordinate (a mouse click) into world space. You don’t necessarily need to Project then Unproject, you can pick an arbitrary z value …

  7. computer-graphics-opengl · GitHub Topics · GitHub

    Feb 12, 2025 · For 2D and 3D graphics, use OpenGL libraries to make UI animations more responsive or handle embedded video or draw vector graphics. 3D Graphics Engine in C++ …

  8. How to Create 3D and 2D Graphics with OpenGL and C

    Apr 27, 2021 · OpenGL is a cross-language, cross-platform graphics API for rendering 2D and 3D scenes using a graphics card. We just released a course on the freeCodeCamp.org YouTube …

  9. OpenGL program for simple Animation (Revolution) in C

    Oct 7, 2021 · OpenGL is a cross-language, cross-platform API for rendering 2D and 3D Vector Graphics. Using this, we can make a lot of design as well as animations. Below is the simple …

  10. OpenGL Projects: 2017

    Oct 5, 2017 · OpenGl Graphics library or OpenGl toolkit provides different API and methods to draw various 2d and 3d objects. In this post we will able show case you the basic 3d shapes. …

Refresh