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: EliCDavis/polyform
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.32.2
Choose a base ref
...
head repository: EliCDavis/polyform
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.33.0
Choose a head ref
  • 3 commits
  • 102 files changed
  • 5 contributors

Commits on Sep 1, 2025

  1. flake.lock: Update (#116)

    Flake lock file updates:
    
    • Updated input 'nixpkgs':
        'github:NixOS/nixpkgs/c2ae88e026f9525daf89587f3cbee584b92b6134?narHash=sha256-erbiH2agUTD0Z30xcVSFcDHzkRvkRXOQ3lb887bcVrs%3D' (2025-08-06)
      → 'github:NixOS/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D' (2025-08-30)
    
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Sep 1, 2025
    Configuration menu
    Copy the full SHA
    3c33901 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2025

  1. Texturing Overhaul (#115)

    * Start of texturing nodes
    
    * Scale along normal now can sample texture for values
    
    * New noise functions, serializing and rendering textures in graph view
    
    * output images now update
    
    * color test fixes
    
    * fix: better sri CI handling (#117)
    
    - Renames "update-sris" -> "sri-check-up"
    - Refactors this script so that it both handles updating the SRIs when
      run locally, but also prints the SRI difference to the log when in CI.
    - Uses this script in workflows to check the SRIs before continuing with
      expensive build and release steps.
    - Refactors the 'apps' section into main let expression for use in build
      phases if needed.
    
    example output seen in CI:
    ```bash
    $: nix run .#sri-check-up
    package-lock.json.sri mismatch
    specified: sha256-uea6z39yYjpLTjq+ne3NJdabTQ/N91tLtBqfQMSYcAI=
    got: sha256-gF8IDK1WKmNwXcIfm62kkDSzSxIceKgpSxuwzQDlmcQ=
    If this difference is expected, please replace the SRI hash in this file with the one we got
    
    ```
    
    * hash update
    
    * fix: oopsie (#118)
    
    * node outputs are now threadsafe
    
    * WebColor => Color, fix torus UVs
    
    * noise node
    
    * Radial Gradient, ApplyGradient, add and scale color, new terrain example
    
    * fixing examples
    
    ---------
    
    Co-authored-by: Kaleb Pace <[email protected]>
    EliCDavis and kalebpace authored Sep 9, 2025
    Configuration menu
    Copy the full SHA
    6b9a46d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9252f5 View commit details
    Browse the repository at this point in the history
Loading