https://github.com/reputeless/sample_siv3d_project_2
https://github.com/reputeless/sample_siv3d_project_2
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/reputeless/sample_siv3d_project_2
- Owner: Reputeless
- License: cc0-1.0
- Created: 2023-10-21T09:05:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-21T09:25:23.000Z (about 2 years ago)
- Last Synced: 2025-01-01T10:44:46.701Z (12 months ago)
- Language: C++
- Size: 77.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# サンプルプロジェクト 1
## ディレクトリ構成
```
ProjectDirectory/
│
├── Main.cpp
├── Common.hpp
│
├── Title/
│ ├── Title.hpp
│ └── Title.cpp
│
├── Game/
│ ├── Game.hpp
│ └── Game.cpp
│
└── App/
├── asset/
│ ├── image1.png
│ └── image2.png
│
└── config.ini
```