STREGAsGate / GateEngine

Swift Game Engine supporting Windows, Linux, macOS, HTML5, and more 🚂
Apache License 2.0
280 stars 6 forks source link

Strip Foundation imports #28

Closed STREGA closed 11 months ago

STREGA commented 1 year ago

Currently every supported platform supports Foundation, but Bare Metal is coming and probably won't. Confine Foundation to Platform instances and replace it's functionality with abstractions.