Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rive-app/rive-ios
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.2.2
Choose a base ref
...
head repository: rive-app/rive-ios
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.3.0
Choose a head ref
  • 6 commits
  • 22 files changed
  • 4 contributors

Commits on Oct 29, 2024

  1. fix for imagediff avrg being wrong

    Fix for the average Pixel diff not being what we expected.
    
    Diffs=
    8178dd7936 fix for imagediff avrg being wrong (#8430)
    blakdragan7 committed Oct 29, 2024
    Copy the full SHA
    0fa7573 View commit details
  2. Make build script work on mac

    `libgms.a` `libgoldens.a` `libtools_common.a` now building for unreal on Mac and iOS. `build-rive.py` now runs correctly on Mac for Mono Repo.
    Unreal GM Plugin now correctly loads and fixed decoder to use correct symbols independent of platform.
    
    Diffs=
    c64659be84 Make build script work on mac (#8421)
    blakdragan7 committed Oct 29, 2024
    Copy the full SHA
    b10bd4e View commit details

Commits on Oct 30, 2024

  1. feat: add runtime layout fit type for ios, android, web

    First steps towards supporting artboard resizing in our runtimes. This PR includes:
    - New Fit type `autoResizeArtboard`. After a bit of back and forth, I think this keeps the API simple.
    - ScaleFactor which represents a scale value to scale the artboard by in addition to resizing (only applies with `autoResizeArtboard`). This may be useful because an artboard is created at a specific width/height, but it may be deployed to platforms where it is rendered to a much smaller or larger surface/texture. Currently the default is 1.0 (no scale), however, an alternative is to have it default to something like textureSize / artboardSize so we sort of auto normalize it.
    - Implemented on iOS. Once this is finalzed, we can work with DevRels to implement across all runtimes.
    - TODO : Bubble up an event when the artboard size is changed internally by the .riv
    
    https://github.com/user-attachments/assets/20e9fdda-5c3e-4f3f-b2f5-104ff0291fbe
    
    Diffs=
    e71b4cc081 feat: add runtime layout fit type for ios, android, web (#8341)
    
    Co-authored-by: CI <[email protected]>
    Co-authored-by: David Skuza <[email protected]>
    Co-authored-by: Philip Chung <[email protected]>
    4 people committed Oct 30, 2024
    Copy the full SHA
    9d8744e View commit details
  2. Expose RenderContext methods for allocating tessellation vertices

    Give Draws more control over exactly where their tessellations go, instead of having the renderContext do it automatically. This will allow for more elaborate splitting up into prepasses/subpasses and reordering. Make the RenderContext API for generating tessellations more flexible about specifying where the vertices go.
    
    Diffs=
    ea59076bf7 Expose RenderContext methods for allocating tessellation vertices (#8408)
    csmartdalton committed Oct 30, 2024
    Copy the full SHA
    5cfc1c2 View commit details
  3. Updating version files

    dskuza committed Oct 30, 2024
    Copy the full SHA
    a12d57f View commit details
  4. chore: release v6.3.0

    dskuza committed Oct 30, 2024
    Copy the full SHA
    ee86d79 View commit details
Loading