WPF and XAML

0
0

Hi, we have a project that may need support 3d object drawing on shape or canvas. Is there any example to do so or any guide for adding WPF support (which seams okay) and XAML define into wisej project?

Thanks,

  • You must to post comments
0
0

WPF is based on DirectX and cannot run in the browser. XAML can be used to describe anything but it’s generally backed by WPF controls.

if you need a canvas we have the Canvas control that supports all the HTML5 canvas instructions on the server side. See the codeproject demo and the smiley face. The canvas api syntax is identical to the HTML5 Canvas element.

However, for complex 3D objects and animations I recommend using client side code. Wisej supports all of the js viewers available. For example, see the SAP viewer: http://demo.wisej.com/3dviewer/

 

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.