Skip to content

Commit 783d794

Browse files
committed
Update CI badge and add thirdparty links in docs
1 parent 82d0e0c commit 783d794

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# Render Pipeline C++
22

3-
[![Windows build status](https://ci.appveyor.com/api/projects/status/uo5j9rd751aux6l1/branch/master?svg=true)](https://ci.appveyor.com/project/bluekyu/render-pipeline-cpp/branch/master)
3+
[![Build status](https://ci.appveyor.com/api/projects/status/uo5j9rd751aux6l1/branch/master?svg=true)](https://ci.appveyor.com/project/bluekyu/render-pipeline-cpp/branch/master)
44

55
This project is C++ ported version of [Render Pipeline](https://github.com/tobspr/RenderPipeline).
66

77
And I am developing the project and new features for CR Software Framework (...).
88

99

10+
1011
## Documents
11-
- See [docs/index.md](docs/index.md) document.
12+
See [docs/index.md](docs/index.md) document.
1213

1314

1415

@@ -44,10 +45,10 @@ See [docs/build_rpcpp.md](docs/build_rpcpp.md) document.
4445

4546

4647
## Related Projects
48+
- Panda3D Third-party: https://github.com/bluekyu/panda3d-thirdparty
4749
- (patched) Panda3D: https://github.com/bluekyu/panda3d
4850
- Plugins for Render Pipeline C++: https://github.com/bluekyu/rpcpp_plugins
4951
- Samples for Render Pipeline C++: https://github.com/bluekyu/rpcpp_samples
50-
- CI for Render Pipeline C++: https://github.com/bluekyu/render_pipeline_cpp_ci
5152

5253

5354

docs/build_rpcpp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
- Panda3D
66
- FreeType2 (included in Panda3D third-party)
77
- Boost
8-
- YAML-CPP
9-
- spdlog
10-
- flatbuffers
8+
- [yaml-cpp](https://github.com/jbeder/yaml-cpp)
9+
- [spdlog](https://github.com/gabime/spdlog)
10+
- [flatbuffers](https://github.com/google/flatbuffers)
1111
- CMake (build tool)
1212

1313
### Optional

docs/ko_kr/build_rpcpp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
- Panda3D
66
- FreeType2 (Panda3D third-party 포함된 버전)
77
- Boost
8-
- YAML-CPP
9-
- spdlog
10-
- flatbuffers
8+
- [yaml-cpp](https://github.com/jbeder/yaml-cpp)
9+
- [spdlog](https://github.com/gabime/spdlog)
10+
- [flatbuffers](https://github.com/google/flatbuffers)
1111
- CMake (빌드 도구)
1212

1313
### 선택사항

0 commit comments

Comments
 (0)