https://github.com/sschmid/entitas-standalone
Entitas-Standalone is a pure C# console app using Entitas
https://github.com/sschmid/entitas-standalone
Last synced: over 1 year ago
JSON representation
Entitas-Standalone is a pure C# console app using Entitas
- Host: GitHub
- URL: https://github.com/sschmid/entitas-standalone
- Owner: sschmid
- Created: 2016-10-17T19:52:55.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2022-11-10T18:40:33.000Z (over 3 years ago)
- Last Synced: 2025-02-28T16:17:37.433Z (over 1 year ago)
- Language: C#
- Homepage: https://github.com/sschmid/Entitas
- Size: 6.84 KB
- Stars: 34
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Entitas-Standalone
Entitas-Standalone is a pure C# console app using [Entitas](https://github.com/sschmid/Entitas).
There are two project in the solution:
## src/MyProject.csproj
This is a minimal sample project using one generated component.
## jenny/MyProject.Jenny.csproj
Use this project to build the code generator called Jenny.
To start the server please run:
```
dotnet run -c Release --project jenny/MyProject.CodeGenerator.csproj server
```
To generate code using the server please run
```
dotnet jenny/bin/Release/net6.0/MyProject.CodeGenerator.dll client gen
```