UNPKG

me-webgpu-react

Version:

React wrapper for **MatrixEngine WebGPU** — a lightweight WebGPU 3D engine for meshes, physics, and more.

4 lines (3 loc) 203 B
// import { createContext, useContext } from 'react'; // export const MatrixEngineWGPUContext = createContext<any>(null); // export const useMatrixEngineWGPU = () => useContext(MatrixEngineWGPUContext);