What's new

C/C++ C# XNA Question

SiiN

SiiN

Enthusiast
Messages
71
Reaction score
10
Points
55
Sin$
7
Can XNA 4.0 tutorials be used for monogame?
I'm used to XNA but want to do a fully C#Monogame project does anyone know is I can just use the same script/ tutorials I used for XNA 4.0 on Monogame? Thnx <3
 
GoldBl4d3

GoldBl4d3

VIP
VIP
Retired
Programmer Mythical Veteran Legendary Veteran
Messages
3,785
Reaction score
1,452
Points
600
Sin$
0
Can XNA 4.0 tutorials be used for monogame?
I'm used to XNA but want to do a fully C#Monogame project does anyone know is I can just use the same script/ tutorials I used for XNA 4.0 on Monogame? Thnx <3

Not sure of the question, but I would like to let you know XNA is being shutdown over the next year, in terms of Microsoft support and deployment.
 
SiiN

SiiN

Enthusiast
Messages
71
Reaction score
10
Points
55
Sin$
7
Not sure of the question, but I would like to let you know XNA is being shutdown over the next year, in terms of Microsoft support and deployment.
I know it's being shut down but an engine/software by the name of monogame has come up and is supposed to run like XNA. I was wondering if my XNA projects would work in monogame or if i would have to completely restart.
monogame link:http://www.monogame.net/
 
Liquid44

Liquid44

Banned
Programmer
Messages
1,158
Reaction score
691
Points
245
Sin$
0
I know it's being shut down but an engine/software by the name of monogame has come up and is supposed to run like XNA. I was wondering if my XNA projects would work in monogame or if i would have to completely restart.
monogame link:http://www.monogame.net/

Just from briefly looking into this, it seems monogame is a re-implementation of the XNA 4.0 framework so theoretically yes all XNA 4.0 projects could easily run in monogame. Obviously there could be slight differences in their implementation/API but you won't know until you try it.

Look at a few monogame tutorials and see if the structure of the code is the same/similar and then port your code. Any errors should be straight forward.
 
SiiN

SiiN

Enthusiast
Messages
71
Reaction score
10
Points
55
Sin$
7
Just from briefly looking into this, it seems monogame is a re-implementation of the XNA 4.0 framework so theoretically yes all XNA 4.0 projects could easily run in monogame. Obviously there could be slight differences in their implementation/API but you won't know until you try it.

Look at a few monogame tutorials and see if the structure of the code is the same/similar and then port your code. Any errors should be straight forward.
Thank you :smile: <3
 
Top Bottom
Login
Register