Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/weianweigan/modelviewerwpf

Wpf model viewer which display gltf or glb file based on webview2.
https://github.com/weianweigan/modelviewerwpf

Last synced: 14 days ago
JSON representation

Wpf model viewer which display gltf or glb file based on webview2.

Awesome Lists containing this project

README

        

# ModelViewerWPF

![NuGet Version](https://img.shields.io/nuget/v/ModelViewerWPF)
![NuGet Downloads](https://img.shields.io/nuget/dt/ModelViewerWPF)

ModelViewerWPF is a WPF control that uses WebView2 to display 3D models within a WPF application.
This control is based on the [model-viewer](https://modelviewer.dev/) and supports *.gltf and *.glb formats.

## Features

- Display 3D models using WebView2
- Supports GLB/GLTF 3D model formats

window

## Installation

You can install [ModelViewerWPF](https://www.nuget.org/packages/ModelViewerWPF/) via the NuGet Package Manager:

```powershell
Install-Package ModelViewerWPF
```

Simple Usage

```xaml



```

## Generate glb files based on [manidfold-csharp](https://github.com/weianweigan/manifold-csharp/blob/dev-csharp/bindings/csharp/Readme.md)

window