Skip to content

Commit 647c030

Browse files
committed
Update README
1 parent 6ba5f7b commit 647c030

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,16 @@ See [docs/index.md](docs/index.md) document.
3131
### Optional Third-party
3232
These are required when you include related headers to access internal data.
3333

34-
- YAML-CPP: required when to access YAML node.
35-
- spdlog: required when to access the internal logger of spdlog.
34+
- [yaml-cpp](https://github.com/jbeder/yaml-cpp): required when to access YAML node.
35+
- [spdlog](https://github.com/gabime/spdlog): required when to access the internal logger of spdlog.
3636

3737

3838

3939
## Tested Platforms
4040
I tested it in the following platforms:
41-
- Intel CPU, NVIDIA GPU, Windows 10 64-bit, VS2013 / VS2015 / VS2017
41+
- Intel CPU, NVIDIA GPU, Windows 10 64-bit, Visual Studio 2013 / Visual Studio 2017
4242

43+
Visual Studio 2015 may be able to compile it, but I did not test.
4344

4445

4546
## Build
@@ -51,7 +52,7 @@ See [docs/build_rpcpp.md](docs/build_rpcpp.md) document.
5152
- Panda3D Third-party: https://github.com/bluekyu/panda3d-thirdparty
5253
- (patched) Panda3D: https://github.com/bluekyu/panda3d
5354
- Plugins for Render Pipeline C++: https://github.com/bluekyu/rpcpp_plugins
54-
- Samples for Render Pipeline C++: https://github.com/bluekyu/rpcpp_samples
55+
- Samples and snippets for Render Pipeline C++: https://github.com/bluekyu/rpcpp_samples
5556

5657

5758

docs/snippets/panda3d_gui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Panda3D GUI
22

3-
You can see full source codes in https://github.com/bluekyu/rpcpp_snippets/tree/master/GUIs.
3+
You can see full source codes in https://github.com/bluekyu/rpcpp_samples/tree/master/snippets/GUIs
44

55
## Text
66
```cpp

0 commit comments

Comments
 (0)