JSPM

@zephyr3d/imgui

0.1.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q35271F
  • License MIT

imgui binding for zephyr3d

Package Exports

  • @zephyr3d/imgui
  • @zephyr3d/imgui/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@zephyr3d/imgui) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@zephyr3d/imgui

Zephyr3d is a set of API for 3D rendering within the browser.

Zephyr3d is released as ES6 modules and requires npm for installation. It is designed to be used in conjunction with front-end build tools such as Webpack or Vite for development.

Installation

  • @zephyr3d/base

    The basic module includes a math library and content commonly used in other modules.

    npm install --save @zephyr3d/base

  • @zephyr3d/device

    Includes the basic definitions and abstract interfaces of the rendering API.

    npm install --save @zephyr3d/device

  • @zephyr3d/backend-webgl

    WebGL backend, WebGL/WebGL2 rendering.

    npm install --save @zephyr3d/backend-webgl

  • @zephyr3d/backend-webgpu

    WebGPU backend.

    npm install --save @zephyr3d/backend-webgpu

  • @zephyr3d/scene

    The SceneAPI module, built on top of the DeviceAPI module, facilitates rapid development of rendering projects.

    npm install --save @zephyr3d/scene

  • @zephyr3d/imgui

    To render a GUI, you can install the ImGui binding module.

    npm install --save @zephyr3d/imgui