Start work on C++ client, and implement streaming of image generation.

This commit is contained in:
2023-04-23 14:22:10 -07:00
parent 1bb629c18f
commit b063d91b1e
11 changed files with 509 additions and 31 deletions

5
Clients/Cpp/.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
/cmake-build-*
/.idea
/.vscode
/src/*.grpc.*
/src/*.pb.*