https://github.com/coolcatcoder/bevy_generic_systems
Experiments with automatically registering generic systems.
https://github.com/coolcatcoder/bevy_generic_systems
Last synced: about 1 year ago
JSON representation
Experiments with automatically registering generic systems.
- Host: GitHub
- URL: https://github.com/coolcatcoder/bevy_generic_systems
- Owner: coolcatcoder
- License: apache-2.0
- Created: 2025-01-30T10:20:54.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-30T11:27:34.000Z (over 1 year ago)
- Last Synced: 2025-02-15T03:35:14.892Z (over 1 year ago)
- Language: Rust
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Bevy Generic Systems
It is a great pain point that generic systems must be manually registered for every type.
This repository shall experiment, and attempt to come up with many potential solutions.
|Solutions|
|-|
|[component_field_behaviour](https://github.com/coolcatcoder/bevy_generic_systems/tree/master/component_field_behaviour)
## Not on crates.io?
This is not going on crates.io. This is purely for experimentation, with no versioning. Should any solution work well, then it can be moved to its own repository, and published to crates.io.
## Contributing
Have you got a weird idea, for a potential solution? Send in a pull request, so that it can be added to the collection.