Personal Computer - a hardware device made for information processing. PC is also a common name for computers running the Windows (or Linux) operating system in contrast to computers from Apple running OS X.
16
votes
3answers
2k views
Online leaderboard systems for (small/indie) PC games? [closed]
Are there any free/affordable systems/libraries out there for adding online features to a small PC game? (most likely, for a small primarily-Windows-based indie game)
I'm not concerned about ...
19
votes
4answers
3k views
Feasibility of an XNA game on PC
A friend and I are doing a 2D XNA game. Thus far, the API seems really cool and performance is acceptable. My question is more towards the release of it though. As other developers how have done ...
8
votes
3answers
2k views
How do game developers target multiple platforms (Xbox 360, PS3, PC and Linux)?
How do game developers target multiple platforms at once? For example, Xbox 360, PS3, PC and Linux. For 2D games, is it possible to also target the iPhone? I'm be interested in engines used (2D/3D, ...
3
votes
3answers
2k views
Non blocking Vsync in direct3d
I have direct3d application with a direct3d PRESENTATION_INTERVAL_ONE implementation. Pitty, its blocking and eating my CPU waiting for a Present. I ended up searching for Raster scan solutions, ...