Computer Graphics
Computer Graphics
These projects explore the fundamentals of computer graphics, such as procedural modeling and rendering algorithms.
This animation was created using procedural modeling with Python in Blender (bpy).
Click here to view the full GitHub repository. You can find more images of the output in the results folder.
A ray tracer implemented from scratch in C++.
A scanline renderer implemented from scratch in C++.