pampersrocker / EvoNet

Evolution Simulation in XNA Refresh
MIT License
49 stars 12 forks source link

Replace MonoGame Window with Windows Forms #50

Open pampersrocker opened 7 years ago

pampersrocker commented 7 years ago

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

ghost commented 7 years ago

so removing linux support?

pampersrocker commented 7 years ago

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

pampersrocker commented 7 years ago

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.