You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-15Lines changed: 13 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,11 @@
1
1
# LSRViewer
2
2
Large Scene Rendering Viewer [](https://www.codacy.com?utm_source=github.com&utm_medium=referral&utm_content=Chaf-Libraries/LSRViewer&utm_campaign=Badge_Grade)
3
3
4
-
## Platform
5
-
6
-
* Windows 10 Professional
7
-
* CPU: Intel(R) Core(TM) i9-10900 CPU @ 2.80GHz
8
-
9
-
* GPU: NVIDIA GeForce RTX 3060
10
-
11
4
## Dev Environment
12
5
13
-
* Visual Studio Community 2019
14
-
* CMake 3.20.0
15
-
* Python 3.9.2
16
-
* Vulkan 1.0
6
+
*[Visual Studio 2019](https://visualstudio.microsoft.com/)
7
+
*[CMake 3.20.0](https://cmake.org/)
8
+
*[Vulkan 1.0](https://www.vulkan.org/)
17
9
18
10
## Third Party Dependency
19
11
@@ -26,11 +18,17 @@ Large Scene Rendering Viewer [
27
19
*[tinygltf](https://github.com/syoyo/tinygltf/)
28
20
29
-
## Build
21
+
## Install & Build
30
22
31
-
1. Windows 10 OS
32
-
2. Install Visual Studio Community 2019, CMake 3.20.0 and Vulkan
0 commit comments