Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strip Foundation imports #28

Closed
1 task done
Tracked by #21
STREGA opened this issue Jun 29, 2023 · 0 comments · Fixed by #29
Closed
1 task done
Tracked by #21

Strip Foundation imports #28

STREGA opened this issue Jun 29, 2023 · 0 comments · Fixed by #29
Milestone

Comments

@STREGA
Copy link
Contributor

STREGA commented Jun 29, 2023

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.

  • Add @_exported import for Data and URL to GateEngine.swift
    • we'll use SwiftFoundation for these when it's ready
  • GameMath uses sin functions. Look into implementing native ones, possibly in C/C++
    C and C++ standard libraries both have sin functions, so Foundation should always have them.
@STREGA STREGA added this to the GateEngine v1.0.0 milestone Jun 29, 2023
@STREGA STREGA mentioned this issue Jun 28, 2023
16 tasks
@STREGA STREGA linked a pull request Jul 16, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant