Skip to content

sschmid/Entitas-Standalone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Entitas-Standalone

Entitas-Standalone is a pure C# console app using 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

About

Entitas-Standalone is a pure C# console app using Entitas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages