Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/KuangjuX-Archived/Graphics-Lab

Computer Graphics Lab in TJU
https://github.com/KuangjuX-Archived/Graphics-Lab

Last synced: 3 days ago
JSON representation

Computer Graphics Lab in TJU

Awesome Lists containing this project

README

        

# Graphics
Computer Graphics Lab in TJU.

## 直线生成算法
- [DDA algorithm](lab-1/dda.c)
- [Bresenham algorithm](lab-1/bresenham.c)
![](lab-1/dda.png)

![](lab-1/bresenham.png)

## 多边形裁剪算法
- [Sutherland-Hodgman algorithm](lab-2/sutherland.c)

![](lab-2/sutherland.png)

## 使用直线算法生成图像
- [render.c](render/render.c)

![](render/african_head.png)

![](render/diablo3_pose.png)