File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ GAMES101-Premake 是一个使用 Premake5 一键配置 GAMES101 作业运行环
19
19
` git clone https://github.com/roeas/GAMES101-Premake `
20
20
21
21
### 2. 编译第三方库
22
- 运行 ` SetupThirdParty.bat `
22
+ 运行 ` SetupThirdParty.bat ` 。
23
23
24
24
### 3. 生成 VS2022 solution
25
- 运行 ` Setup.bat `
25
+ 运行 ` Setup.bat ` 。
26
26
27
27
### 4. 搞定!
28
28
打开根目录的 ` Frame.sln ` 即可。
@@ -37,20 +37,20 @@ GAMES101-Premake 是一个使用 Premake5 一键配置 GAMES101 作业运行环
37
37
38
38
# 其他
39
39
- 框架相关
40
- - 文档位于 ` GAMES101-Premake/Document `
41
- - 官方提供的代码有不少问题 ,如果出现上下/前后颠倒的情况可以参考:[ 《GAMES101》作业框架问题详解] ( https://zhuanlan.zhihu.com/p/509902950 )
40
+ - 文档位于 ` GAMES101-Premake/Document ` 。
41
+ - 官方的代码有不少问题 ,如果出现上下/前后颠倒的情况可以参考:[ 《GAMES101》作业框架问题详解] ( https://zhuanlan.zhihu.com/p/509902950 ) 。
42
42
- 作业之间没有任何关系,在一作业内的修改不会应用到另一作业中,编写时注意区分。
43
43
- 修改了一些路径相关的代码以适配框架:
44
- - 模型位于 ` GAMES101-Premake/Frame/Asset/model `
45
- - 作业 5、6、7 的输出位于 ` GAMES101-Premake/Frame/Asset/output `
44
+ - 模型位于 ` GAMES101-Premake/Frame/Asset/model ` 。
45
+ - 作业 5、6、7 的输出位于 ` GAMES101-Premake/Frame/Asset/output ` 。
46
46
- 魔改了作业 8 的依赖,遇到任何问题请通过 issue 让我知道。
47
47
48
48
- C++ 版本:20
49
49
50
50
- Eigen 版本:3.4.0
51
51
52
52
- OpenCV 版本:4.8.1
53
- - OpenCV 依赖项的下载源已设置为由 OpenCV 中国和 GitCode 维护的国内仓库 [ OpenCV] ( https://gitcode.net/opencv/opencv )
53
+ - OpenCV 依赖项的下载源已设置为由 OpenCV 中国和 GitCode 维护的国内仓库 [ OpenCV] ( https://gitcode.net/opencv/opencv ) 。
54
54
- TODO:取消 OpenCV 不必要模块的编译。
55
55
56
56
- Freetype 版本:2.13.2
You can’t perform that action at this time.
0 commit comments