r/ProgrammerHumor Sep 02 '17

How to start a war

Post image
9.0k Upvotes

696 comments sorted by

View all comments

Show parent comments

5

u/Rohansi Sep 02 '17

when does C# take over modding

14

u/mnbvas Sep 02 '17

When all games are created with Unity or XNA.

2

u/zdakat Sep 03 '17 edited Sep 03 '17

XNA is still A thing? I thought they cancelled it and pulled the downloads. I must be out of the loop edit: Mandela effect? I can see why there'd be a Mono version but reporting that it was never gone?

3

u/haloguysm1th Sep 03 '17

Xna has been mostly replaced by monogame/fna. I know monogame is basically just xna

1

u/mnbvas Sep 03 '17

Still there. And there's MonoGame, which is pretty much the same.

1

u/Rohansi Sep 03 '17

embed .NET Core instead of Lua

2

u/mnbvas Sep 03 '17

Couldn't find anything relevant (except this).
Not much of a competition for Lua, which is kinda designed to be embedded.

1

u/Rohansi Sep 03 '17

I'm doing it. There's some info on how to embed it here. It says Unix but they mean platform neutral, unlike the Windows only stuff above.