The compatibility tag has no usage guidance.
0
votes
1answer
29 views
What compatibility checks should i do while creating Direct3D device, swap chain etc
I've done DirectX apps for 1.5 years now, mainly to teach myself but now i would like to make games for public. So i was wondering would it work for others just leaving the values default ie. swap ...
1
vote
2answers
107 views
How to organize a fallback system for older GPUs in OpenGL?
I don't want to make this question too broad or opinion based, but I really need some help about good practices.
The scenario:
I created a particle engine with functions which require at least ...
5
votes
3answers
232 views
What can I do to ensure that everyone can run my OpenGL game?
I am currently learning OpenGL from here. That website teaches OpenGl 3.3 with GLSL 3.3 and says that it is best to learn those because they are well supported and that older versions work in a less ...
2
votes
1answer
113 views
Working around the current sad state of mobile GPU drivers
I'm working on a OpenGL ES3 app for Android: for various reasons, I decided to roll my own mini-OpenGL rendering engine. So far so good.
Problem is, the GPU drivers in the mobile industry are such ...
7
votes
5answers
650 views
How can I maintain saved game backward compatibility?
I have a complex sim game I want to add save game functionality to. I'll be updating it with new features continually after release.
How can I make sure my updates don't break existing save games? ...
0
votes
2answers
6k views
Can GMod/SFM models be converted to Unity GameObjects?
Someone made a suite of GMod/SFM models available for free for people making games and videos in GMod and SFM. These are of type .dmx, .dx80.vtx, .dx90.vtx, .mdl, .phy, .sw.vtx, .vvd, .vmt, and .vtf. ...
5
votes
3answers
492 views
Can “dumbphones” play JavaScript games?
Are JavaScript games exclusive to modern smartphones, or are older phone models also able to play games written in JavaScript?
0
votes
1answer
144 views
App Programming Question: Converting Code and Project Folders for the Smartphone's OS Compatibility [duplicate]
I was thinking about how does the Angry Bird game for the iOS successfully converted into an Android compatible version. Does it involve using Phonegap or something?
When making games for iOS, the ...
4
votes
1answer
89 views
Resurrecting XNA 3.0 projects
I have some old XNA 3.0 projects that used stuff that has totally been changed in XNA 4.0.
Really I just want to revisit some of my old code, dust it off and refactor it.
Can XNA 3.0 and XNA 4.0 be ...
7
votes
2answers
7k views
How to decide to use OpenGL ES 1.0 or 2.0 for Android? [closed]
I started learning some Android development and one of the first things I thought I could make is a simple game. However, I'm faced with one difficult question right off the bat. Should I use OpenGL ...
3
votes
2answers
90 views
What backwards compatibility to specify for an app for iOS and Android?
I'm having an app built, I'm not a programmer and I dont know exactly what to specify.
I want it to work on iPhones and iPads and iPod touches and also on Android devices - tablets as well as ...
2
votes
1answer
677 views
What are the GPU requirements for XNA 4.0?
I tried to build a sample application using XNA, but I got an error saying that Pixel Shader 1.1 was required, so I got a used Radeon X300 GPU that supports Pixel Shader.
I tried to build it again, ...
6
votes
2answers
2k views
How to get the maximum installed version of DirectX?
Okay, So I would like my engine to detect weather or not it can use DirectX 10, if it can't it defaults to DirectX 9.0c but, the function DirectXSetupGetVersion() will only return Versions 5 through 9....
7
votes
4answers
425 views
How can I test different TV display types for my XBLIG game?
The XBLIG submission check-list asks to ensure all gameplay-critical graphics be visible in the 'TitleSafeArea'.
I've received a bug report during play-testing that says parts of my scrolling 2D map ...
5
votes
1answer
343 views
How can I test shaders for nVidia on an ATi system?
I and our other devs have ATi graphics cards. However we have encountered that some shaders that compile without warnings on ATi don't compile at all on nVidia. The problems are trivial to fix, but ...
-2
votes
4answers
2k views
Running Unreal 3D Engine (2003) on Windows 7
General question. My company developed a custom software for simulating combat scenarios using the Unreal 3D Engine (2003). It currently runs on XP-based Dell system. Sometime in the Fall Dell is ...
6
votes
2answers
367 views
Tips for developing 3D games on newer engines targeting old hardware
I see a lot of examples and tutorials for 3D engines like Unity3D, UDK, Source etc. They all seem to be under the assumption that you are making a game for current(ish) hardware.
I would like some ...