- Thread Starter
- #21
My goal was to use completely managed code for this as I was going to test out a ClickOnce version (essentially like a java applet) that could run from a webpage. Unsafe code requires higher permissions so I stayed away from it.
As for the DirectX usage, that could easily be stripped out and use C# SDL or an equivalent, I just used Managed DX as it was what I was familar with (and I wanted to play around with pixel shaders
.
As for the DirectX usage, that could easily be stripped out and use C# SDL or an equivalent, I just used Managed DX as it was what I was familar with (and I wanted to play around with pixel shaders