BlizzCrafter / MonoGame.Forms

MonoGame.Forms is the easiest way of integrating a MonoGame render window into your Windows Forms project. It should make your life much easier, when you want to create your own editor environment.
Other
287 stars 28 forks source link

latest monogame #41

Closed ghost closed 1 year ago

ghost commented 2 years ago

Hello

Is it possible monogame forms can be used with latest monogame 3.8.1 and using .net 6.0 or are we always forced to use the modified monogame version as we can read in the docs?

BlizzCrafter commented 2 years ago

Hey,

yes you need the modified version, otherwise you would need to compile the MonoGame.Framework from source and do compatibility patches for MonoGame.Forms by yourself (e.g. Mouse & Keyboard input and many more things). But I don't recommend that. You should use and update the already modified MonoGame version only.