Posts: 2
Threads: 1
Joined: May 2017
Reputation:
0
I've been using PowerToys for a WPF app for several years now, but I have to migrate this app to ASP.net. Is there a PowerToys for ASP.net in the works? If not, what options do I have to do 3D graphics in a ASP.net solution?
Posts: 781
Threads: 15
Joined: Sep 2009
Reputation:
59
I have already started gathering ideas and testing possible solutions to provide my own solution for 3D graphics that would work for mobile and possibly also for the web. But this is still to far from the final solution.
To show 3D graphics on the web you will need to use JavaScript and WebGL - I would recommend using three.js library. I know that using JavaScript can be a nightmare for .Net developer, but currently I think that there is no other way around that.
Andrej Benedik