Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/KuangjuX-Archived/Graphics-Lab
- Owner: KuangjuX-Archived
- License: gpl-3.0
- Archived: true
- Created: 2021-09-19T13:52:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-27T02:22:50.000Z (about 3 years ago)
- Last Synced: 2024-08-11T09:01:03.732Z (3 months ago)
- Language: C#
- Size: 61.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)