开发者

WPF, What tool and layout is right for my application?

My WPF application involves drawing shapes, and then spreading the shapes (basically spreading the shapes like blocks to create objects) on the screen. Application is in wpf. All this is in 2d (but it'll be good to have a way to make it 3d in future). Sections will have to be selectable and mathematical and geographical calculations will also be performed on them.

I have done some search on using 2d libraries and canvas layout. What i am looking for is the equivalent of a drawing screen in WPF, or something to create it, and other stuff which i need to study in order to get the job done. So wha开发者_如何学运维t are the right tools for the job?


You can look at Thriple from Josh Smith, like an API for 3D rendering in WPF environment. If you you are going to jump to 3D soon or later, consider using this kind of API, or may be others this is just an example, just now, by avoiding rendering in deep buffer.

This kind of libraries end up into Canvas, by the way. So the choice is up to you:

or use some already build framework with its limitations, bugs and limited support

or make your own 3D Api, but you need to dig into 3D rendering, if you never did something before, can take quite a lot time to become familiar with and develop something serious.

But based on on your own professional interests, can bring to you huge satisfaction too.

Regards.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜