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

SDF text rendering plugin #314

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

Commits on Nov 11, 2024

  1. Update idea file

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    a3894e3 View commit details
    Browse the repository at this point in the history
  2. Add some expect calls

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    30aa187 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4edde09 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e74125b View commit details
    Browse the repository at this point in the history
  5. Add basic SDF rendering

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    3f6ad5b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7c72070 View commit details
    Browse the repository at this point in the history
  7. Add a translucent pass

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    48dfc87 View commit details
    Browse the repository at this point in the history
  8. Format

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    de13788 View commit details
    Browse the repository at this point in the history
  9. Disable fragment discarding

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    b213f6d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b8458e8 View commit details
    Browse the repository at this point in the history
  11. Fix rendering on web

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    078cad9 View commit details
    Browse the repository at this point in the history
  12. Add log env vars

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    157e88f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2f7318d View commit details
    Browse the repository at this point in the history
  14. Fix duplicate condition

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    9ac7393 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    689298b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    297a49d View commit details
    Browse the repository at this point in the history
  17. Use places as test layer

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    8c7d706 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c7eeb9c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3ae1538 View commit details
    Browse the repository at this point in the history
  20. Add render doc

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    fdbe884 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    acdafc4 View commit details
    Browse the repository at this point in the history
  22. Rename shader files

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    12c5b26 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    a732006 View commit details
    Browse the repository at this point in the history
  24. Set window size

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    cd0e930 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    b2823e2 View commit details
    Browse the repository at this point in the history
  26. Add stage and system errors

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    2d3a1ec View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    68ae915 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    ef5c247 View commit details
    Browse the repository at this point in the history
  29. Use the term bucket

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    776d89e View commit details
    Browse the repository at this point in the history
  30. Add empty collision index

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    2dfc990 View commit details
    Browse the repository at this point in the history
  31. Fill collision index

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    6312e56 View commit details
    Browse the repository at this point in the history
  32. First working version

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    60b0978 View commit details
    Browse the repository at this point in the history
  33. Remove comment

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    9a15dc7 View commit details
    Browse the repository at this point in the history
  34. translate more code

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    da49d44 View commit details
    Browse the repository at this point in the history
  35. start translating shaping

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    f1c2406 View commit details
    Browse the repository at this point in the history
  36. fix sdf upload

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    d9c811f View commit details
    Browse the repository at this point in the history
  37. translate next batch

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    5a76566 View commit details
    Browse the repository at this point in the history
  38. fixup todo comments

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    58d1ebd View commit details
    Browse the repository at this point in the history
  39. Add shaping test

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    84f31e8 View commit details
    Browse the repository at this point in the history
  40. Add tagged string test

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    27644e7 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    ecd23aa View commit details
    Browse the repository at this point in the history
  42. moev file

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    722b4a0 View commit details
    Browse the repository at this point in the history
  43. Add quads

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    b317e74 View commit details
    Browse the repository at this point in the history
  44. add next batch

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    8f3f34e View commit details
    Browse the repository at this point in the history
  45. add next batch

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    89713a1 View commit details
    Browse the repository at this point in the history
  46. add next batch

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    cc55d6e View commit details
    Browse the repository at this point in the history
  47. add next batch

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    daaaa76 View commit details
    Browse the repository at this point in the history
  48. add next batch

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    41ac369 View commit details
    Browse the repository at this point in the history
  49. fix errors

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    de45903 View commit details
    Browse the repository at this point in the history
  50. fix errors

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    4f09105 View commit details
    Browse the repository at this point in the history
  51. fix errors

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    111730c View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    6bedd50 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    70a5c3d View commit details
    Browse the repository at this point in the history
  54. format

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    6786186 View commit details
    Browse the repository at this point in the history
  55. fix

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    eb83dae View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    4328389 View commit details
    Browse the repository at this point in the history
  57. fmt and fix tests

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    4a8b820 View commit details
    Browse the repository at this point in the history
  58. Fix benchmark

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    6212101 View commit details
    Browse the repository at this point in the history
  59. Minor

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    129ec48 View commit details
    Browse the repository at this point in the history
  60. start using new code

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    99bd57b View commit details
    Browse the repository at this point in the history
  61. Some updates

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    48bad01 View commit details
    Browse the repository at this point in the history
  62. Rename GlyphAtlas

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    dddaa35 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    3f66796 View commit details
    Browse the repository at this point in the history
  64. Format code

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    f9d8f50 View commit details
    Browse the repository at this point in the history
  65. Add origin comments

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    97f6824 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    fa1dd8a View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    546970e View commit details
    Browse the repository at this point in the history
  68. Format

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    a1af58d View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    3a4dfe4 View commit details
    Browse the repository at this point in the history
  70. Format

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    f9281ac View commit details
    Browse the repository at this point in the history
  71. Run cargo fix

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    b1006ab View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    d96ba5f View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    8c97683 View commit details
    Browse the repository at this point in the history
  74. Update idea file

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    b911b05 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    160994d View commit details
    Browse the repository at this point in the history
  76. Format

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    24a33bf View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    3fbe3c1 View commit details
    Browse the repository at this point in the history
  78. Fix compilation

    maxammann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    e684984 View commit details
    Browse the repository at this point in the history