ecsact_unity
Ecsact Unity Integration (by ecsact-dev)
ecsact_runtime
Ecsact runtime C headers and C++ wrapper (by ecsact-dev)
ecsact_unity | ecsact_runtime | |
---|---|---|
1 | 1 | |
4 | 4 | |
- | - | |
2.5 | 7.8 | |
about 2 months ago | 28 days ago | |
C# | C++ | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ecsact_unity
Posts with mentions or reviews of ecsact_unity.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-24.
-
Introducing Ecsact
Integration with the unity engine as a unity package - ecsact-dev/ecsact_unity
ecsact_runtime
Posts with mentions or reviews of ecsact_runtime.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-24.
-
Introducing Ecsact
The Ecsact runtime standard is a set of C headers available in the ecsact-dev/ecsact_runtime GitHub repository. We chose C for maximum compatibility between languages and integration between other software (such as game engines.)
What are some alternatives?
When comparing ecsact_unity and ecsact_runtime you can also consider the following projects:
tree-sitter-ecsact - Ecsact tree-sitter parser
ecsact_vscode - VSCode IDE support for ecsact
ecsact_lsp_server - Language server implementation for Ecsact
entt - Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more