Dustie

Results 4 comments of Dustie

> Also pulling all projectiles into a centralized object like this goes against the current design philosophy of letting things to individually manage themselves by reacting to central signals. Each...

Instead of (or in addition to) extracting transmission logic, what about separation of the three core features into their own nodes: - InputRecorder for input gathering - StateRecorder for state...

There's also the possibility of further simplifying input and state gathering into a single node as they're substantially similar, but felt that was beyond the scope of this issue.

> Organize components into namespaces To avoid name clashes Also to signify which classes are public and which classes are private in netfox This would also greatly ease building source...