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 ...

learn more… | top users | synonyms

2
votes
1answer
191 views

How do I implement movement in a WPF Adventure game?

I'm working on making a short WPF adventure game. The only major hurdle I have right now is how to animate objects on the screen correctly. I've experimented with DoubleAnimation and ...
2
votes
0answers
109 views

Create a simple Point Cloud inside WPF

i need to render some 3d points inside a WPF application. How i can do this? there are a lot of 3d engine but i need an easy and fast solution to just render this point cloud. No lights, no texture, ...