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

Port to web #1263

Draft
wants to merge 40 commits into
base: main
Choose a base branch
from
Draft

Port to web #1263

wants to merge 40 commits into from

Commits on Jun 13, 2024

  1. build: compile to web

    luishfonseca committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    f789735 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    704ddb9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0393501 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ebabab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3a8b83d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d815577 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    05a6efb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5072e6c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9793398 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    86ea743 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    67839ff View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8e0c28e View commit details
    Browse the repository at this point in the history
  13. fix(gl): add missing fs

    luishfonseca committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    32de7ab View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ec88803 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    fd434e3 View commit details
    Browse the repository at this point in the history
  16. refactor(gl): replace glMapBuffer with glMapBufferRange

    Note that this turned out not to be enough to support webgl 2.0
    See https://registry.khronos.org/webgl/specs/latest/2.0/#5.14
    luishfonseca committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    b197f10 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    81cccbf View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6576538 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    32d5744 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6e7ab8b View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    13613dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c602ed6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b0818b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02a719e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1dcc42 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    857eebe View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Configuration menu
    Copy the full SHA
    0cac55d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb4b650 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b47ce17 View commit details
    Browse the repository at this point in the history
  4. fix(gl): use RGBA instead of RGB for render targets

    RGB isn't supported in WebGL 2 and Opengl ES 3.
    RiscadoA committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    a75efb2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d6dd27 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fd08de4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    32dd0f1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2d56deb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    410854b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d70db35 View commit details
    Browse the repository at this point in the history
  11. build: don't minify html

    luishfonseca committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    7ead7d7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c707117 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    45f1821 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Configuration menu
    Copy the full SHA
    4c97325 View commit details
    Browse the repository at this point in the history