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

Question #40

Closed EzeKees closed 2 years ago

EzeKees commented 2 years ago

Hi, first thanks for this, it's just what I needed and it's well documented. The only thing I need to know is if you can set a maximum frame rate (limit it). Is this project always in sync with VSync? Thank you

BlizzCrafter commented 2 years ago

This implementation is locked to 60 fps, because of Windows Forms limitations.

I'm happy to hear that you like this project and that it's helpful.

Cheers