Computer Graphics Projects
Computer graphics transforms mathematical models into visual representations, bridging theory and perception through geometry, lighting, and simulation. To demonstrate these core concepts, I visualized the classical Stanford bunny using the RGB color model.
Forward and Inverse Kinematics
Apr 15 2026 Computer Graphics Practice Computer Graphics Optimization Method C++
Implement forward and inverse kinematics motion. Read More