0.2.4 • Published 20 days ago

stoneberry v0.2.4

Weekly downloads
-
License
ISC
Repository
github
Last release
20 days 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

20 days ago

0.2.3

2 months ago

0.2.1

2 months ago

0.2.0

2 months ago

0.1.17

7 months ago

0.1.14

8 months ago

0.1.15

7 months ago

0.1.16

7 months ago

0.1.10

11 months ago

0.1.11

11 months ago

0.1.12

11 months ago

0.1.13

11 months ago

0.1.8

12 months ago

0.1.9

12 months ago

0.1.4

12 months ago

0.1.6

12 months ago

0.1.1

1 year ago

0.1.0

1 year ago