Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gaotao committed Apr 3, 2023
1 parent fb6703e commit 8c84e7f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
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

0 comments on commit 8c84e7f

Please sign in to comment.