Eliminate platform-specific code from gameplay #49
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description:
Fully decouple core gameplay from platform concerns.
Tasks:
Remove cfg(target_arch) in core systems
Remove OS/browser API calls from core
Remove platform-dependent threading
Acceptance Criteria:
Core compiles without platform awareness