-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,33 @@ | ||
[![Build](https://github.com/toppers/hakoniwa-core-cpp-client/actions/workflows/build.yml/badge.svg)](https://github.com/toppers/hakoniwa-core-cpp-client/actions/workflows/build.yml) | ||
|
||
# hakonwia-core-cpp-client | ||
このリポジトリは、C/C++で開発された箱庭コア機能([hakoniwa-core-cpp](https://github.com/toppers/hakoniwa-core-cpp/tree/main))を以下の3つの機能分類で、C API として提供することを目的としています。 | ||
|
||
1. 箱庭アセット | ||
2. 箱庭コマンド | ||
3. [箱庭コンダクタ](https://github.com/toppers/hakoniwa-conductor) | ||
|
||
# 箱庭アセット向け API | ||
|
||
## 箱庭アセットのユースケース | ||
|
||
TODO | ||
|
||
## 箱庭 API 仕様 | ||
|
||
TODO | ||
|
||
## サンプルコード | ||
|
||
TODO | ||
|
||
## 動作確認手順 | ||
|
||
TODO | ||
|
||
# 箱庭コマンド向け API | ||
|
||
TODO(コントリビュート募集中) | ||
|
||
# 箱庭コンダクタ向け API | ||
|
||
TODO(コントリビュート募集中) |