acgaudette / nmg-vulkan

Rusty mech engine
23 stars 4 forks source link

Standardize component error handling and validation #20

Closed acgaudette closed 6 years ago

acgaudette commented 6 years ago

Add debug_validate_entity! macro to component module Add registered(...) and debug_name() methods to Component trait Validate component registration and dependencies across all existing components Implement Component trait for Draw Expand panic messages and component documentation