https://github.com/katharostech/amethyst-ecs-benchmarks
Benchmarks for evaluating different ECS's ( Specs and Legion right now ) for use in Amethyst
https://github.com/katharostech/amethyst-ecs-benchmarks
Last synced: about 1 year ago
JSON representation
Benchmarks for evaluating different ECS's ( Specs and Legion right now ) for use in Amethyst
- Host: GitHub
- URL: https://github.com/katharostech/amethyst-ecs-benchmarks
- Owner: katharostech
- License: unlicense
- Created: 2019-08-04T21:37:35.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-07T02:31:42.000Z (almost 7 years ago)
- Last Synced: 2024-04-14T09:04:22.326Z (about 2 years ago)
- Language: Rust
- Size: 20.5 KB
- Stars: 8
- Watchers: 10
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Amethyst Ecs Benchmarks
Benchmarks for evaluating different ECS's ( Specs and Legion right now ) for use in Amethyst
## Running
```bash
cargo bench
```