Is a game engine like Baldurs Gate, 2D or 3d

Started by
9 comments, last by The_Nerd 19 years, 5 months ago
Quote:Original post by rpgdeveloper
man, I tell you. i started a while ago in darkbasic, and the coding was easy:

load model "model here.3ds", 1
load music 1
load sound 1
if upkey()=1 then player gosub shoot

now I am learning C++, and it's a lot different, especially since I have to basically set up the entire game to run. right now I am developing on Windows, and hoping to develop on a mac. my redhat linux wont boot the graphical anything, if I change the resoulution over 640x480x8. I guess its not compatible with the pc I am running right now. i need to upgrade my graphics, looking into a 256mb nvidia card to give the ol pc a boost. The processor is so slow, 1.80ghz, upgrading that too. lol. is windows programming harder than linux or mac programming?


I personally think Linux programming is the easiest (nice development tools, people say "No" to that, but they are full of sh*t). You definetly want to program on it if you are trying to make a cross platform app.
-- I waz here --

This topic is closed to new replies.

Advertisement