This project is a 2D computer graphics simulation developed for Computer Graphics Course. It demonstrates the use of fundamental OpenGL primitives to construct a scene and implement 2D animation logic ...
This project is a 2D interactive arcade game developed using Python and OpenGL. Unlike standard sprite-based games, this engine manually renders all geometric shapes (diamonds, catcher, buttons) using ...