Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/2a5f/cellcreate
A factory game
https://github.com/2a5f/cellcreate
Last synced: 9 days ago
JSON representation
A factory game
- Host: GitHub
- URL: https://github.com/2a5f/cellcreate
- Owner: 2A5F
- License: agpl-3.0
- Created: 2024-07-13T17:44:33.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-28T13:09:05.000Z (20 days ago)
- Last Synced: 2024-10-28T13:41:32.486Z (20 days ago)
- Language: C#
- Homepage:
- Size: 18.2 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CellCreate
A factory game
## Build 构建
- Used gitmodule
使用了 git 子模块
- Env req 环境需求
- dx12.2 gpu
- windows 11
- pwsh 7
- cmake, ninja, clang (c++ 23, clang-cl)
- vcpkg
- .net 8 sdk
- [ClangSharpPInvokeGenerator](https://github.com/dotnet/ClangSharp)
```
dotnet tool install --global ClangSharpPInvokeGenerator --version
```