davidhdev/canvas-ui

A library of creative canvas components. Real HTML with WebGL effects running over it. React, Vue, Svelte, vanilla.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 53 minutes ago
Added to GitGenius on September 15th, 2026
Created on July 16th, 2026
Open Issues & Pull Requests: 4 (+0)
GitHub issues: Enabled
Number of forks: 231
Total Stargazers: 4,648 (+0)
Total Subscribers: 15 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.6 hours
Mean response time: 13.2 hours
90th percentile: 3.2 days
Tracked items: 9

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 3
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 25 days
Stale 30+ days: 2
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (8)
  • enhancement (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Canvas UI is a component library that renders creative, interactive UI elements using WebGL or WebGPU effects layered over real HTML.

The library solves the problem of integrating visually sophisticated canvas-based effects into standard web interfaces without sacrificing interactivity. It achieves this by running shader effects and animations on canvas while keeping the underlying HTML fully functional, allowing users to click buttons, fill forms, and interact with elements normally even as fluid simulations or 3D scenes play across them. The tool supports multiple rendering backends through WebGL or WebGPU via vgpu, giving developers flexibility in choosing their graphics pipeline.

The project suits teams building design-forward applications where visual polish and creative effects enhance the user experience without compromising usability. It works across React, Vue, Svelte, and vanilla JavaScript, making it accessible regardless of framework choice. Developers should adopt it when they need pre-built components with built-in shader effects rather than starting from scratch with raw canvas or Three.js, and when they want those effects to coexist seamlessly with standard interactive UI patterns.

The project maintains active development with passing continuous integration checks. Documentation is comprehensive, including installation guides, rendering explanations, and a playground for experimenting with components. The codebase is written in TypeScript, providing type safety for integration into modern frontend projects.