Translation: 한국어
- Panda3D
- Boost
These are required when you include related headers to access internal data.
- YAML-CPP: required when to access YAML node.
- spdlog: required when to access the internal logger of spdlog.
You can download the latest built versions in main page (README.md) of each repository, Panda3D and Render Pipeline C++.
Also, plugins and samples can be downloaded from each repository.
See Building Render Pipeline C++ page.
If you download the latest built files, extract the files as the below. If you build it from sources, the install directory has a structure as the below.
- panda3d # (from panda3d)
├ bin
├ etc
└ ...
- render_pipeline_cpp # (from render_pipeline_cpp)
├ bin # Render Pipeline shared library and samples (from rpcpp_samples)
├ etc # Configuration files of samples (from rpcpp_samples)
├ include
├ lib
└ share
└ render_pipeline
├ ...
└ rpplugins # (from render_pipeline_cpp and rpcpp_plugins)