Sounds cool!flibitijibibo wrote:MonoGame upstream just uses OpenTK, which has approximately long.MaxValue problems on
A couple things worth noting, not sure if these are bugs or not:
- Music doesn't work. For MonoGame Linux, you're going to want to use Ogg Vorbis files. Don't worry about adding the file extension in your game code, we append ".ogg" by default.
- Exiting the game: any way to do it other than closing the window/Ctrl+C?
Music works for me in Ubuntu. I had to use uncompressed wav since there's no MP3 playback. We're going to be replacing the audio engine with an openAL/OGG one soon. Renaud Bedard posted about it here.
Also, it's just a tech demo so there's not anyway to exit it from inside.