Skip to content

scalaview/computer-graphics-from-scratch-practise

Repository files navigation

Computer Graphics from scratch

This the C implements practices for the book Computer graphics from scratch. Only avaliable on Windows now.

How to build.

Install dependances.

Build.

Build All

.\build.bat

Ray Tracer.

make -f "Makefile.raytracer" all

Raster Triangle.

make -f "Makefile.raster_triangle" all

Raster Perspective.

make -f "Makefile.raster_perspective" all

Raster Textures.

make -f "Makefile.raster_textures" all

About

Computer Graphics from scratch practise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors