BugViewer 0.5.2
dotnet add package BugViewer --version 0.5.2
NuGet\Install-Package BugViewer -Version 0.5.2
<PackageReference Include="BugViewer" Version="0.5.2" />
<PackageVersion Include="BugViewer" Version="0.5.2" />
<PackageReference Include="BugViewer" />
paket add BugViewer --version 0.5.2
#r "nuget: BugViewer, 0.5.2"
#:package BugViewer@0.5.2
#addin nuget:?package=BugViewer&version=0.5.2
#tool nuget:?package=BugViewer&version=0.5.2
BugViewer

Why Bug?
The most appropriate name would be Blazor WebGPU Viewer. This could be abbreviated as BWG Viewer, which is fine - but awkward to say and type. So, we simply change the double-U to a single-U → thus BugViewer.
Description
BugViewer is a Blazor component that renders a 3D file with the new WebGPU. It includes controls to view a single part (as opposed to being a game engine). The goal is to provide a clear method to view 3D parts with minimal Javascript.
The main things that are visualized are:
- triangles/meshes
- polylines
- text billboards
Installation
BugViewer can be installed as Nuget package: https://www.nuget.org/packages/BugViewer/
Usage
Simple scenario
Just add the BugViewer Component to your Razor page.:
<BugViewer @ref="viewer" Height="80%" Width="80%" />
The ./samples folder contains some examples of how to setup the canvas.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Microsoft.AspNetCore.Components (>= 10.0.1)
- Microsoft.AspNetCore.Components.Web (>= 10.0.1)
- Microsoft.FluentUI.AspNetCore.Components (>= 4.13.2)
- Microsoft.FluentUI.AspNetCore.Components.Icons (>= 4.13.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.