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: thi-ng/umbrella
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @thi.ng/color@4.0.7
Choose a base ref
...
head repository: thi-ng/umbrella
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @thi.ng/color@4.0.8
Choose a head ref
  • 12 commits
  • 159 files changed
  • 1 contributor

Commits on Nov 4, 2021

  1. fix(vectors): update defHofOp()

    - register fixed size versions as impls for generic fn version
    postspectacular committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    effa433 View commit details
    Browse the repository at this point in the history
  2. feat(vectors): add randomDistrib/randNormDistrib()

    - add support for custom random distributions
    - add impls for strided & unstrided vectors
    - use gaussian as default distrib
    - add new VecOpFN types
    - update readme
    postspectacular committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    e21b17d View commit details
    Browse the repository at this point in the history
  3. feat(pixel): rename int buffer/format types

    BREAKING CHANGE: rename int buffer/format types
    
    - rename:
      - PackedBuffer => IntBuffer
      - PackedFormat/Spec => IntFormat/Spec
      - PackedChannel/Spec => IntChannel/Spec
    - replace static FloatBuffer.fromInt() with
      standalone fn floatBufferFromInt()
    - add floatBufferFromImage()
    - add floatBufferFromCanvas()
    - update readme
    postspectacular committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    6be02f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4fc248a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7bd491d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5d86d4c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    96b50be View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    abf29c1 View commit details
    Browse the repository at this point in the history
  9. test(color): update rnd results

    - changed due to update in thi.ng/vectors
    postspectacular committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    824d3ea View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    665309d View commit details
    Browse the repository at this point in the history
  11. docs: regen readmes

    postspectacular committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    00ff2d6 View commit details
    Browse the repository at this point in the history
  12. Publish

     - @thi.ng/adjacency@2.0.9
     - @thi.ng/color@4.0.8
     - @thi.ng/colored-noise@0.2.8
     - @thi.ng/distance@2.0.8
     - @thi.ng/fuzzy-viz@2.0.9
     - @thi.ng/geom-accel@3.0.8
     - @thi.ng/geom-api@3.0.8
     - @thi.ng/geom-arc@2.0.8
     - @thi.ng/geom-clip-line@2.0.8
     - @thi.ng/geom-clip-poly@2.0.8
     - @thi.ng/geom-closest-point@2.0.8
     - @thi.ng/geom-fuzz@2.0.10
     - @thi.ng/geom-hull@2.0.8
     - @thi.ng/geom-io-obj@0.2.8
     - @thi.ng/geom-isec@2.0.8
     - @thi.ng/geom-isoline@2.0.8
     - @thi.ng/geom-poly-utils@2.0.8
     - @thi.ng/geom-resample@2.0.8
     - @thi.ng/geom-splines@2.0.8
     - @thi.ng/geom-subdiv-curve@2.0.8
     - @thi.ng/geom-tessellate@2.0.8
     - @thi.ng/geom-voronoi@2.1.1
     - @thi.ng/geom@3.0.9
     - @thi.ng/grid-iterators@2.1.1
     - @thi.ng/hdom-canvas@4.0.9
     - @thi.ng/hiccup-canvas@2.0.9
     - @thi.ng/hiccup-markdown@2.0.8
     - @thi.ng/hiccup-svg@4.1.5
     - @thi.ng/iges@2.0.8
     - @thi.ng/imgui@2.0.9
     - @thi.ng/k-means@0.4.8
     - @thi.ng/lsys@2.0.8
     - @thi.ng/matrices@2.0.8
     - @thi.ng/pixel-dither@1.0.9
     - @thi.ng/pixel-io-netpbm@2.0.9
     - @thi.ng/pixel@3.0.0
     - @thi.ng/poisson@2.0.8
     - @thi.ng/ramp@2.0.8
     - @thi.ng/rasterize@0.1.1
     - @thi.ng/rdom-canvas@0.3.5
     - @thi.ng/scenegraph@0.4.8
     - @thi.ng/shader-ast-js@0.6.10
     - @thi.ng/soa@0.3.8
     - @thi.ng/text-canvas@2.1.1
     - @thi.ng/vector-pools@3.0.8
     - @thi.ng/vectors@7.1.0
     - @thi.ng/webgl-msdf@2.0.10
     - @thi.ng/webgl-shadertoy@0.3.10
     - @thi.ng/webgl@6.0.10
    postspectacular committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    d6aca4b View commit details
    Browse the repository at this point in the history
Loading