Skip to content

Commit d55057b

Browse files
committed
Add task documents
1 parent 23b5332 commit d55057b

File tree

5 files changed

+27
-1
lines changed

5 files changed

+27
-1
lines changed

docs/framework/tasks.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Tasks
2+
**Languages**: [Korean](../ko_kr/framework/tasks.md)
3+
4+
## Panda3D Native
5+
- [Panda3D Manual: Tasks](https://www.panda3d.org/manual/index.php?title=Tasks&language=cxx)
6+
- [Panda3D Manual: Task Chains](https://www.panda3d.org/manual/index.php?title=Task_Chains&language=cxx)
7+
8+
## Render Pipeline
9+
Render Pipeline C++ supports APIs like Python version in `rppanda::TaskManager`.
10+
11+
See also [snippet codes](../snippets/task.md)

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
## Framework
2222
- [Pipeline](framework/pipeline.md)
2323
- [Data Loop and Node](framework/data_loop_and_node.md)
24+
- [Tasks](framework/tasks.md)
2425

2526
## Others
2627
- [Issues and Solutions](issues_and_solutions.md)

docs/ko_kr/framework/tasks.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Tasks
2+
**Languages**: [English](../../framework/tasks.md)
3+
4+
## Panda3D Native
5+
- [Panda3D Manual: Tasks](https://www.panda3d.org/manual/index.php?title=Tasks&language=cxx)
6+
- [Panda3D Manual: Task Chains](https://www.panda3d.org/manual/index.php?title=Task_Chains&language=cxx)
7+
8+
## Render Pipeline
9+
Render Pipeline C++ 에서는 `rppanda::TaskManager` 에서 Python 버전과 유사한 API 를 지원한다.
10+
11+
[snippet codes](../snippets/task.md) 문서도 참고.

docs/ko_kr/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
## 프레임워크
2222
- [파이프라인](framework/pipeline.md)
2323
- [Data Loop 및 Node](framework/data_loop_and_node.md)
24+
- [Tasks](framework/tasks.md)
2425

2526
## 기타
2627
- [문제점 및 해결방법](issues_and_solutions.md)

docs/snippets/task.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Task
22

33
## Panda3D Native
4-
See https://www.panda3d.org/manual/index.php?title=Tasks&language=cxx
4+
See the following:
5+
- https://www.panda3d.org/manual/index.php?title=Tasks&language=cxx
6+
- https://www.panda3d.org/manual/index.php?title=Task_Chains&language=cxx
57

68

79

0 commit comments

Comments
 (0)