← All plugins

Debug HUD

UI / Utility @edv4h/usketch-plugin-debug-hud

FPS, draw calls, event bus tracer.

pnpm add @edv4h/usketch-plugin-debug-hud

Overview

Debug HUD is part of the uSketch first-party plugin set. Install it alongside your uSketch app and it self-registers on startup.

Usage

import { createApp } from "@edv4h/usketch-core";
import { DebugHudPlugin } from "@edv4h/usketch-plugin-debug-hud";

const app = createApp({
  plugins: [
    DebugHudPlugin,
  ],
});

Links