Is there a way to program games for Windows using the DirectX APIs on a computer running Linux? I'm just thinking, being that a lot of the programs made for Linux are free, and from what my computer teacher tells me, Linux is safer being that the people who are hacking other computers and making viruses for them are using Linux. Thanks!



LinkBack URL
About LinkBacks





) DirectX games, you will get even more stability if you use the provided Wine.lib to write your programs. Using Wine to run Windows programs rarely have performance loss, mainly due to the fact that it does not emulate Windows, it just does whatever Windows would do when you try to run a program. I haven't actually tried it, as I'm using a Mac, but from what I hear, it's supposed to be pretty good.
CornedBee