MonoGame-WinFormsControls
MonoGame-WinFormsControls copied to clipboard
Template code for embedding MonoGame utilities and games into WinForms controls.
Results
2
MonoGame-WinFormsControls issues
Sort by
recently updated
recently updated
newest added
When debugging anything that uses the MGWinForms.GraphicsDeviceService on the void CreateDevice at line 71(_device = new GraphicsDevice(adapter, profile, pp);). Do you get the same results? Thanks!
Hello, well i'm wondering about performance. How is it for you with this? I'm doing almost the same, but instead of the application.idle i'm using the dispatcher (the form is...