basic language to make direct3d games
--TheGoop
CDX is also a nice class to program DirectX with. Check it out at http://www.cdx.sk. Though to use it, you will still have to have basic windows programming knowledge (CreateWindow, etc).
I'd suggest getting Programming Windows by Microsoft Press. Its a excellent book for introductory Windows programming, and advanced Windows programming.
Visual Basic, and QBasic, and the similar languages, are not recommended for Game Development. QBasic is for DOS only, so that rules that out. Visual Basic is good for rapid application development.
But, Visual C++ 6.0 is the way to go for all kinds of Windows Development usally.
But I tried Visual Basic and found it too hard (not the syntax, the 'context').
I need something letting me write just little pieces of code and see immediately how them work (i.e to move a spaceship, program enemies ships intelligence and so on)
please help!
CU
I personally started with Teach Yourself C++ in 21 days. I did it in about 25 but I like to take my time Now please note 25 days was to understand the *syntax* ... not how to apply it effectively using OOA/OOD/OOP techiques...that unfortunately took a bit longer. It took me roughly 1 1/2 yrs to become very proficient using C++ with OOA/D techniques to build robust and efficient applications.
Now I'm trying to build COM/DCOM/ActiveX components by hand in IDL...extremely complex but its fun It taught me a lot about component ideologies and that knowledge has served my game programming endeavours well!
Just remember: start off simple and be patient.
--TheGoop
is there any Qbasic language to program direct3d games in?
It took me about a year and a half to teach myself programming, and here's how I did it:
I learned HTML first. Not programming, I know, but you need to know it in order to learn JavaScript. Learning JS is a wonderful way to learn some of the basic building blocks of programming... and it's easy. Once I was comfortable with JS I moved on to Java. Of the high-level languages I feel it's the easiest to learn on your own.
When I was competent with the basics of Java I started C, and finally C++. Somewhere in there I learned Visual Basic and Perl.
I didn't plan to follow that course, it's just that one thing led to another and I'm glad it did. Now I'm making games, which is what I've always wanted to do. Moral of the story: It takes time.
Good Luck!
[This message has been edited by Aldacron (edited October 18, 1999).]
--- Official D Blog | Learning D | The One With D | D Bits