cocos2d / cocos2d-x-for-xna

port cocos2d-x into c# based on XNA
124 stars 49 forks source link

Use cocos 2d x for XNA with Mono Game and Linux! #26

Open dukefreelacecode opened 10 years ago

dukefreelacecode commented 10 years ago

It is possible to use Mono Game library and OpenGL and SDL for multiplatform games? I prefer to develop games in C# on Mono IDE for Linux!

totallyeviljake commented 9 years ago

http://github.com/Cocos2DXNA/cocos2d-xna

The repository you posted to is no longer in active development. We moved all of that work over to the aforementioned repository.

If you try to use MonoGame with Linux you may encounter some problems. You should use Ethan Lee's version of MonoGame, called FNA, which has been proved already for Linux. Cocos2D-XNA will work with FNA as well as MonoGame.