Search found 5 matches

by Yelnoc
Thu Nov 04, 2010 2:13 am
Forum: Beginners Help
Topic: Programming Languages
Replies: 4
Views: 336

Irrlicht is primarily a C++ engine, with a port or two to C#. That said, you can always implement scripting in your game using a Python interpreter such as tinypy . If you're looking for a Panda game engine, I've heard lots of good things about Panda3D Well, considering that I don't know any C/C#/C...
by Yelnoc
Wed Nov 03, 2010 12:40 pm
Forum: Beginners Help
Topic: Programming Languages
Replies: 4
Views: 336

Programming Languages

Is it possible to write scripts and code for your game in Python or is the Irrlicht engine only compatable with C++?
by Yelnoc
Wed May 12, 2010 12:48 am
Forum: Beginners Help
Topic: What IDE do you guys use?
Replies: 16
Views: 1003

akaz wrote:Visual Studio is only on trial license, download only Visual C++.

Here is a link: http://www.microsoft.com/express/Downloads/
Select Visual C++ 2010 Express
Ok thanks, a million.
by Yelnoc
Wed May 12, 2010 12:47 am
Forum: Beginners Help
Topic: What IDE do you guys use?
Replies: 16
Views: 1003

BlindSide wrote:Google "Microsoft Visual Studio Express"
Thank you very much. If I may ask, do I want Visual C# or Visual C++ (I'm assuming it's not BASIC that I'm looking for)?
by Yelnoc
Wed May 12, 2010 12:04 am
Forum: Beginners Help
Topic: What IDE do you guys use?
Replies: 16
Views: 1003

What IDE do you guys use?

As the title says, what IDE are you guys using? I saw in the first tutorial that Microsoft Visual Studio is what the developer uses, I looked it up and it costs $700 minimum! I tried downloading Netbeans, but you apparently need a "JDK" to install it so that won't work. I just downloaded N...