@hazumi/backend-webgl2
v0.5.0
Published
Primary WebGL2 renderer: instanced SDF primitives and batching.
Readme
@hazumi/backend-webgl2
Primary renderer: instanced SDF primitives, batched by pipeline.
import { start } from "hazumi/app";
import { webgl2 } from "hazumi/backends/webgl2";
start({ backend: webgl2(), width: 600, height: 600 }, () => {
return { draw() {} };
});Site: hazumi-eta.vercel.app · Source: github.com/salty-max/hazumi
