Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace MonoGame Window with Windows Forms #50

Open
pampersrocker opened this issue Oct 31, 2016 · 3 comments
Open

Replace MonoGame Window with Windows Forms #50

pampersrocker opened this issue Oct 31, 2016 · 3 comments
Assignees

Comments

@pampersrocker
Copy link
Owner

To get better UI, but keep the performance we need to move the MonoGame Rendering into windows forms

@pampersrocker pampersrocker self-assigned this Oct 31, 2016
@ghost
Copy link

ghost commented Nov 6, 2016

so removing linux support?

@pampersrocker
Copy link
Owner Author

Technically, no: http://www.mono-project.com/docs/gui/winforms/

@pampersrocker
Copy link
Owner Author

Turns out MonoGame does not support creating windows without using a Game class. This implies falling back to XNA 4.0 Refresh insteaf of MonoGame, however this is not a big problem since the simulation itself is almost completely decoupled from the rendering frameworks and still can be run on any platforms which supports Mono.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant