There are 0 repository under graphicsprogramming topic.
Real-time indirect diffuse illuminaton using screen-space information for Unity.
OpenGL Pyramid and other shapes and colored lights tutorial
Breakout game remake in OpenGL with C++ and GLFW. Game is inspired by LearnOpenGL.com
An implementation of a 3D car using OpenGl c++
Transform images into turtle graphics art with this Python tool. Leverage the TurtleImageProcessor to convert and draw images using turtle graphics. Easily extendable via the ImageProcessorFactory. Requires PIL and Python's turtle module. Perfect for creative coding and visual learning.
I have created a snake game by watching Bro Code. Then I wanted to add something from myself. So I added some images, prevent apple to appear on snake, restart game option and a few more touch. Go check it out now. Also credential link to Bro Code: https://www.youtube.com/watch?v=bI6e6qjJ8JQ
"So Long" is a 42 project that involves developing a simple 2D game in C. It focuses on parsing, error management, and memory allocation, requiring the player to navigate through a map, collect items, avoid obstacles, and reach the exit.
HDR Light In OpenGL
Simulating realistic 2D light behavior using C++ and SFML, where a point light source—controlled by the mouse—illuminates the environment. Obstacles cast dynamic shadows, and multiple sprites react to light exposure for enhanced visual realism.