Skip to content

Conversation

@EliCDavis
Copy link
Owner

@EliCDavis EliCDavis commented Aug 25, 2025

  • New Nodes
    • Texturing
      • Noise
      • Uniform
      • Apply Gradient
      • From Array
      • Select
      • Compare Value
      • Radial Gradient
      • Linear Gradient
      • Apply Mask
      • Color To Image
      • Float To Image
      • DebugUV
      • Add
      • Scale Uniform
      • Scale
      • Multiply
      • One Minus
      • Dot Product
      • Normals
        • Heightmap from Image
        • ToNormalMap
        • Texture From Heightmap
    • Color
      • GradientND
      • GradientND Key
    • Primitives
      • Torus
  • Breaking Changes
    • coloring.WebColor renamed to Color. Color components are now floats between 0 and 1.
  • Other features
    • Can now preview the results of textures in the graph view
    • Bunch of noise functions
  • New Examples
    • Doughnut
    • Terrain

EliCDavis and others added 13 commits August 23, 2025 16:12
- 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

```
@EliCDavis EliCDavis marked this pull request as ready for review September 9, 2025 14:05
@EliCDavis EliCDavis merged commit 6b9a46d into main Sep 9, 2025
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants