South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
Hi guys. A slight problem. XNA won't work too well with MySQL. Because I'd like to keep the app open source, I get the idea that I'll have to move far way from anything regarding .Net. (I might be wrong too).
The scary idea is that there are few good Open Source games, so I recon that there aren't many good Game Studios..
What to do, what to do...
Does the educational tool have to be fully 3D? Why not use a Google Maps API to build a website for the navigation and then a 3D model plugin for the buildings etc?
Hi guys. A slight problem. XNA won't work too well with MySQL. Because I'd like to keep the app open source, I get the idea that I'll have to move far way from anything regarding .Net. (I might be wrong too).
The scary idea is that there are few good Open Source games, so I recon that there aren't many good Game Studios..
What to do, what to do...
Why won't it work well with MySQL? XNA is just another library of .NET code and you can mix it in with the rest of the libraries. It should work just as well as any web forms, MVC, Silverlight, windows forms, WPF or command line applications you can build in .NET. Are you sure you have the correct drivers and adapters for MySQL for the version of .NET that you're using?
Also, why not consider using SQLite for this application? It would make deploying the project much easier, since the users won't have to worry about installing and configuring a database engine beforehand. Since the audience of this application will arguably be predominantly non-technical people, ease of deployment should be a prime concern from the beginning.
I'll have to go and check what the limitations of SQLlite is. The idea is that you just have the one application, so the db must be imbedded... keeping it simple.![]()