1.0.8 • Published 4 months ago

@upf-gti/jswgpuengine v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

wgpuEngine Node Package

!IMPORTANT Currently in development!

Node package for our newly developed wgpuEngine. Since bindings from the C++ original engine are not completely integrated, this package only provides a simple and work-in-progress interface to start developing some demos and prototypes.

Installation

Install the package using npm:

npm install jswgpuengine

Quick start

Add first an import map to shorten paths if needed:

<script type="importmap">
{
    "imports": {
        "@upf-gti/jswgpuengine": "/node_modules/@upf-gti/jswgpuengine/index.js"
    }
}
</script>
import { Module } from '@upf-gti/jswgpuengine';

Module.runEngine( () =>  {
    const engine = Module.Engine.instance;
    // ...
} );
1.0.8

4 months ago

1.0.7

5 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago