About 644,000 results
Open links in new tab
  1. A simple OpenGL animation with glfw, ste - C++ Articles - C++

    In this article, we will learn how to setup a OpenGL application easily thanks to glfw, with a simple animation simulating a small bouncing ball. glfw is a C API which relies on callbacks to handle …

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

    Oct 7, 2021 · Below is the simple animation made using OpenGL. To make a picture moving, we need to understand the working procedure of a function used to display i.e glClear …

  3. OpenGL - Examples

    Very simple example of how to draw a single triangle with OpenGL. Source code: simple.c. Snapshots: scene (shown).

  4. 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 …

  5. c++ - OpenGl display animation and draw text - Stack Overflow

    Jun 28, 2013 · I want to display the solar system and draw a simple text saying " Hello world " : This code below display the solar system and everything works: // These three variables …

  6. Lesson 6 : A Simple Animation - XoaX.net

    This C++ OpenGL video tutorial demostrates how to create a simple animation. The main purpose of this lesson is to present the basic elements used in an animation loop in OpenGL with …

  7. Creating animations using Transformations in OpenGL

    Sep 19, 2023 · Aim: A complex animation of a walking dinosaur in 2D. Method: Using Transformations of individual body parts. See this Video: In OPENGL. Algorithm. There are 3 …

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

    Feb 12, 2025 · All the project is coded with c++. For 2D and 3D graphics, use OpenGL libraries to make UI animations more responsive or handle embedded video or draw vector graphics.

  9. c++ - OpenGL program / animation - Code Review Stack Exchange

    Jan 22, 2016 · I have been playing around with OpenGL and created a fairly basic 2D animation was just hoping someone could take a look and give me some pointers. Main.cpp: float x, y; …

  10. OpenGL Basics - Win32 Tutorial Sample Code

    An example of an OpenGL animation loop using the Win32 API. Also demonstrates palette management for both RGB and Color Index modes and general strategies for message …

Refresh