Advertisement

Language (not what you think)

Started by June 25, 2002 04:55 PM
2 comments, last by Cryotechnology 22 years, 4 months ago
This may be a stupid question, but for my level editor, what language would be best suited? C#, Visual Basic, C++, or C++ w/ MFC? Note, my engine is in C++.
I need money...Will you give me money?Please!I need money...Will you give me money?......
Hey,

It depends on what type of game you''re making, what you need in a level editor, and what language you''re most comfortable with. I personally would use C++ if it required a great deal of performance (say for a high-powered 3d game), but that''s not to say you couldn''t do it in the other languages. If it were a simple little editor, you could get away w/using VB or MFC no problem.

Good luck,
--Brian
Advertisement
MFC and Visual Basic allow you to develop programs quickly, but at the cost of performance. With a level editor I think features and stability are more important than performance. Use whatever tool that gets the job done fastest, then you can spend more time adding features or writing a manual.

I say save the optimizing for the game.


I guess I''ll go with MFC then(im more familiar with C++ than VB).
I need money...Will you give me money?Please!I need money...Will you give me money?......

This topic is closed to new replies.

Advertisement