forked from SaschaWillems/Vulkan
-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
gaotao
committed
Apr 3, 2023
1 parent
fb6703e
commit 8c84e7f
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# games106 | ||
|
||
现代图形绘制流水线原理与实践,作业框架。 | ||
|
||
这个fork来自[SaschaWillems/Vulkan: Examples and demos for the new Vulkan API (github.com)](https://github.com/SaschaWillems/Vulkan) 在这个项目中有非常多的example可以学习。在学习一个API的时候,代码示例永远是最好的老师。本课程的作业需要在已有的代码示例中做修改。 | ||
|
||
## Build | ||
|
||
详情可以查看项目原来的 [BUILD文档](./BUILD.md) ,可以在Windows/Linux/Andorid/macOS/iOS中构建 | ||
|
||
## HomeWork | ||
|
||
作业的课程代码在./homework目录下,shader在./data/homework/shaders下。上传作业也按照一样的文件结构。上传对应的文件即可。 | ||
|
||
### homework0 | ||
|
||
作业0,作为一个熟悉编译环境的课程作业。最后显示一个如下图一样的三角形。 | ||
|
||
![triangle](.\screenshots\triangle.jpg) | ||
|
||
### homework1 | ||
|