An open API service indexing awesome lists of open source software.

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.

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.