0.2.4 • Published 1 year ago

stoneberry v0.2.4

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Stoneberry is a collection of core shaders for WebGPU. Prefix Scan, Reduce, Histogram, etc.

Using Stoneberry

Documentation and examples of use are available at stoneberry.dev

Building Stoneberry

The core library is in packages/stoneberry.

To setup and run tests:

$ cd packages/stoneberry
$ pnpm i 
$ pnpm cypress-component

Updating Documentation

The documentation site is in packages/doc-site.

To setup and display documentation locally:

$ cd packages/doc-site
$ pnpm i 
$ pnpm start

Documentation Examples

The documentation code examples are packages/examples

To setup and run a code example locally:

$ cd packages/examples
$ pnpm i 
$ pnpm dev

Running benchmarks

The benchmarks project is in packages/bench.

To run the benchmark script:

$ cd packages/bench
$ pnpm i
$ pnpm bench

results are appended to the file: benchmarks.csv.

0.2.4

1 year ago

0.2.3

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.17

2 years ago

0.1.14

2 years ago

0.1.15

2 years ago

0.1.16

2 years ago

0.1.10

2 years ago

0.1.11

2 years ago

0.1.12

2 years ago

0.1.13

2 years ago

0.1.8

2 years ago

0.1.9

2 years ago

0.1.4

2 years ago

0.1.6

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago