Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/weianweigan/modelviewerwpf
- Owner: weianweigan
- License: apache-2.0
- Created: 2024-08-07T06:14:43.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-08-28T09:11:10.000Z (3 months ago)
- Last Synced: 2024-08-28T10:33:57.058Z (3 months ago)
- Language: C#
- Size: 1.16 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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## 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)