Skip to content

Instantly share code, notes, and snippets.

View showmikul's full-sized avatar

showmikul

  • Joined May 21, 2026
View GitHub Profile
@showmikul
showmikul / Computer Graphics
Created May 21, 2026 11:21
Computer Graphics Project
#include <windows.h>
#include <GL/gl.h>
#include <GL/glut.h>
#include <cmath>
// GLOBAL
float _move = -90.0f;
float boat_move = 0.0f; // For boat animation
float cloud_move = 0.0f; // For cloud animation
float car_move = -20.0f; // For car animation