An open API service indexing awesome lists of open source software.

https://github.com/reputeless/sample_siv3d_project_2


https://github.com/reputeless/sample_siv3d_project_2

Last synced: 10 months ago
JSON representation

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
```