Questions tagged [wpf]

Windows Presentation Foundation - a GUI framework for application development on Windows made by Microsoft for .Net utilizing DirectX rather than the older GDI. It is, in contrast to older GUI frameworks, completely vector graphics based, and thus resolution independent. WPF also separates the interface from the business logic and uses an XML-based language called XAML for its declarative part. The browser plugin Silverlight can be seen as a subset of WPF.

39 questions
6
votes
1 answer

How can I create a 3D point cloud in WPF?

I need to render some 3D points with WPF. How can I do this? I need an easy and fast solution to just render this point cloud. No lights, no texture, no sound, no physics, just colored 3D points in a space with rotating camera. How can I do this…
AlexanderPD
  • 61
  • 1
  • 2