Aionmagan / 3drenderer

A small 3D software renderer written in C and SDL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3D Software Renderer

This is a simple 3D software renderer written in C and SDL for a course published by Pikuma.com.

Airplane 3D

The current renderer uses a naive scanline rasterizer, does not implement fill rules, and does not use subpixel precision.

For more information about the complete course, enroll at: https://pikuma.com/courses/learn-3d-computer-graphics-programming

Do not use or redistribute any of this material without express permission.

If you have any questions, please drop me a message at info@pikuma.com

About

A small 3D software renderer written in C and SDL

License:Other


Languages

Language:C 99.9%Language:Makefile 0.1%