Skip to content

A small library to facilitate working with 3D scenes in WPF.

Notifications You must be signed in to change notification settings

JohanDonne/Wpf3DTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wpf3DTools

A small library to facilitate working with 3D scenes in WPF.

WPF offers a lot of features aimed at creating attractive applications, including excellent support for 3D-graphics.
This library may help you to get started writing such 3D-applications.
It contains:

  • Procedural mesh generators for basic geometric models
  • A simple spherical camera controller

Part of this library is derived from the code in the book "WPF 3d, Three-Dimensional Graphics with WPF and C#" by Rod Stephens (ISBN-13: 978-1983905964).

Note: This library targets .Net 6 and (obviously) Windows WPF applications.

Documentation:

Getting Started
The Spherical Camera Controller
Creating basig geometrical shapes: The ShapesFactory
Using Wpf3dTools with DependencyInjection

The sample application contained in this repository demonstrates the use of this library and the animation of shapes by manipulation of their associated transformations.

About

A small library to facilitate working with 3D scenes in WPF.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages