7 releases
new 0.0.16 | Jan 14, 2025 |
---|---|
0.0.15 | Jan 13, 2025 |
0.0.12 | Dec 3, 2024 |
0.0.11 | Nov 30, 2024 |
#1480 in Game dev
406 downloads per month
Used in 40 crates
(5 directly)
17KB
413 lines
Limnus System
A type-safe system parameter injection framework for the Limnus engine.
✨ Features
This crate provides automatic parameter injection for game systems, allowing functions to declare their dependencies through their parameter types. It supports:
- Functions with 0-8 parameters
- Automatic parameter fetching from game state
- Type-safe system conversion
- Zero-cost abstractions for system parameters
Dependencies
~0.6–1.1MB
~23K SLoC