mmortatti / pico8-emulator

MIT License
27 stars 3 forks source link

MonoGame free! #104

Closed egordorichev closed 4 years ago

egordorichev commented 4 years ago

Removed MonoGame from the main project and introduced backends. To get the project rolling with your framework you implement 3 backend parts: audio, input and graphics. They are pretty small and easy to implement. Example MonoGame backend can be seen in the MonoGame project.

egordorichev commented 4 years ago

Hm, interesting, this was supposed to introduce only b84ed14 commit. Please merge #103 first.

egordorichev commented 4 years ago

Actually, I was blind, sorry. Separated import and export from backends.