Skip to content

Commit 9670cf0

Browse files
committed
update readme
1 parent 834576d commit 9670cf0

1 file changed

Lines changed: 13 additions & 15 deletions

File tree

README.md

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
11
# LSRViewer
22
Large Scene Rendering Viewer [![Codacy Badge](https://app.codacy.com/project/badge/Grade/fb5533aba9604beab54009876bef8b99)](https://www.codacy.com?utm_source=github.com&utm_medium=referral&utm_content=Chaf-Libraries/LSRViewer&utm_campaign=Badge_Grade)
33

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-
114
## Dev Environment
125

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/)
179

1810
## Third Party Dependency
1911

@@ -26,11 +18,17 @@ Large Scene Rendering Viewer [![Codacy Badge](https://app.codacy.com/project/bad
2618
* [stb](https://github.com/nothings/stb)
2719
* [tinygltf](https://github.com/syoyo/tinygltf/)
2820

29-
## Build
21+
## Install & Build
3022

31-
1. Windows 10 OS
32-
2. Install Visual Studio Community 2019, CMake 3.20.0 and Vulkan
33-
3. Run `build.bat`
23+
1. `git clone https://github.com/Chaf-Libraries/LSRViewer --recursive`
24+
2. Run `build.bat`
25+
26+
## Testing Platform
27+
28+
* Windows 10 Professional
29+
* CPU: Intel(R) Core(TM) i9-10900 CPU @ 2.80GHz
30+
31+
* GPU: NVIDIA GeForce RTX 3060
3432

3533
## Feature
3634

0 commit comments

Comments
 (0)