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

[rcore] Porting raylib to iOS and implement rcore_ios.c #3880

Open
wants to merge 44 commits into
base: master
Choose a base branch
from

Commits on Mar 22, 2024

  1. init

    blueloveTH committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    d0a13c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Configuration menu
    Copy the full SHA
    0caa413 View commit details
    Browse the repository at this point in the history
  2. Update rcore_ios.c

    blueloveTH committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    b3b2d50 View commit details
    Browse the repository at this point in the history
  3. some update

    blueloveTH committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    dfc6dc2 View commit details
    Browse the repository at this point in the history
  4. the first working version

    blueloveTH committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    d1ffab4 View commit details
    Browse the repository at this point in the history
  5. some fix

    blueloveTH committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    cae863a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2900607 View commit details
    Browse the repository at this point in the history
  7. Update rcore_ios.c

    blueloveTH committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    74da3b7 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. support more touches

    blueloveTH committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    9f7dec6 View commit details
    Browse the repository at this point in the history
  2. some fix

    blueloveTH committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    c66c9e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a552997 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5db5720 View commit details
    Browse the repository at this point in the history
  5. Update rcore_ios.c

    blueloveTH committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    c0ac347 View commit details
    Browse the repository at this point in the history
  6. Update rcore_ios.c

    blueloveTH committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    3a9649d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    67fb284 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Update rlgl.h

    blueloveTH committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    0a9ea31 View commit details
    Browse the repository at this point in the history
  2. Update project.pbxproj

    blueloveTH committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    cd1b81d View commit details
    Browse the repository at this point in the history
  3. Create ios.yml

    blueloveTH committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    33ccfd9 View commit details
    Browse the repository at this point in the history
  4. Update ios.yml

    Update ios.yml
    blueloveTH committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    ed861d0 View commit details
    Browse the repository at this point in the history
  5. Update ios.yml

    Update ios.yml
    blueloveTH committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    da46011 View commit details
    Browse the repository at this point in the history
  6. Update ios.yml

    blueloveTH committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    2e29d3f View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Update rcore_ios.c

    blueloveTH committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    ee2a307 View commit details
    Browse the repository at this point in the history
  2. Update rcore_ios.c

    blueloveTH committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    e6afac8 View commit details
    Browse the repository at this point in the history
  3. Update rcore_ios.c

    blueloveTH committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    e5ecddf View commit details
    Browse the repository at this point in the history
  4. Update rcore_ios.c

    blueloveTH committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    86b3ba2 View commit details
    Browse the repository at this point in the history
  5. Update rcore_ios.c

    blueloveTH committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    c124623 View commit details
    Browse the repository at this point in the history
  6. Update rcore_ios.c

    blueloveTH committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    f3c4d49 View commit details
    Browse the repository at this point in the history
  7. Revert "change pointId[] to long long"

    This reverts commit a552997.
    blueloveTH committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    d1a8b86 View commit details
    Browse the repository at this point in the history
  8. revert long long change

    blueloveTH committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    faaa623 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4a7b666 View commit details
    Browse the repository at this point in the history
  10. Update rcore_ios.c

    blueloveTH committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    bc34ea6 View commit details
    Browse the repository at this point in the history
  11. Update rcore_ios.c

    blueloveTH committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    3c12964 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Update rcore_ios.c

    blueloveTH committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    b69cee5 View commit details
    Browse the repository at this point in the history
  2. Update rcore_ios.c

    blueloveTH committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    5241819 View commit details
    Browse the repository at this point in the history
  3. Update rcore_ios.c

    blueloveTH committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    d10d888 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Revert "Update raylib_api.* by CI"

    This reverts commit 4a7b666.
    blueloveTH committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    8fbec6f View commit details
    Browse the repository at this point in the history
  2. Revert "Update raylib_api.* by CI"

    This reverts commit 5db5720.
    blueloveTH committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    7f9400c View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Update rcore_ios.c

    blueloveTH committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    cd8f5f9 View commit details
    Browse the repository at this point in the history
  2. Update rcore_ios.c

    blueloveTH committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    c5c41f9 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Update rcore_android.c

    blueloveTH committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    c4a42a3 View commit details
    Browse the repository at this point in the history
  2. Update rcore_android.c

    blueloveTH committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    918c394 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Update main.c

    blueloveTH committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    d68b8eb View commit details
    Browse the repository at this point in the history
  2. Update project.pbxproj

    blueloveTH committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    a3873bf View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Update rcore_ios.c

    blueloveTH committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    1de43bf View commit details
    Browse the repository at this point in the history