[Survey] Which IDE And Compiler Do You Use?

Discussion about everything. New games, 3d math, development tips...

Which IDE and Compiler do you use?

Visual Studio 2013
3
16%
Visual Studio 2012
0
No votes
Visual Studio 2010
2
11%
XCode
0
No votes
Eclipse
1
5%
C::B
7
37%
QTCreator
1
5%
Anjuta
1
5%
Other
4
21%
 
Total votes: 19

kklouzal
Posts: 343
Joined: Sun Mar 28, 2010 8:14 pm
Location: USA - Arizona

[Survey] Which IDE And Compiler Do You Use?

Post by kklouzal »

I would like to compile a survey on which IDE and Compiler Irrlicht users go to for writing their code.

So not to have a huge poll the survey will start off with what I'm aware of.

Note: If your setup is not listed then please choose "Other" and reply to the topic with what you use in this format:
(IDE - Version | Compiler - Version). Please include your IDE and Compilers version as this plays an important role in the data being gathered.

Thank you for your participation and have fun!
P.S. Leave a comment telling us why it's your favorite!
Last edited by kklouzal on Thu Oct 09, 2014 11:18 pm, edited 1 time in total.
Dream Big Or Go Home.
Help Me Help You.
CuteAlien
Admin
Posts: 9652
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: [Survey] Which IDE And Compiler Do You Use?

Post by CuteAlien »

Why only 3 options - I need all 4 of those :-)
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
kklouzal
Posts: 343
Joined: Sun Mar 28, 2010 8:14 pm
Location: USA - Arizona

Re: [Survey] Which IDE And Compiler Do You Use?

Post by kklouzal »

Make a reply with what you use and isn't listed in the following format and I'll add it to the poll

IDE - Version & Compiler - Version
Dream Big Or Go Home.
Help Me Help You.
kklouzal
Posts: 343
Joined: Sun Mar 28, 2010 8:14 pm
Location: USA - Arizona

Re: [Survey] Which IDE And Compiler Do You Use?

Post by kklouzal »

Well I guess nobody wants to participate!
Dream Big Or Go Home.
Help Me Help You.
ent1ty
Competition winner
Posts: 1106
Joined: Sun Nov 08, 2009 11:09 am

Re: [Survey] Which IDE And Compiler Do You Use?

Post by ent1ty »

You insult 90% (a guess) of people on this forum with the "other" option... If you don't take the time to prepare a good poll (i.e. shoving everyone who doesn't use VS into the "other" box), why should we take the time to participate?
Also, not everyone reads the off-topic forum I guess.
irrRenderer 1.0
Height2Normal v. 2.1 - convert height maps to normal maps

Step back! I have a void pointer, and I'm not afraid to use it!
greenya
Posts: 1012
Joined: Sun Jan 21, 2007 1:46 pm
Location: Ukraine
Contact:

Re: [Survey] Which IDE And Compiler Do You Use?

Post by greenya »

I checked VS2010, because i do prefer this IDE.
But i also use VS2008, VS2012, Eclipse, Qt Creator and others. Depends what project and work i assigned to. In most cases the things already chosen and i cannot pick IDE i want/like. And i don't think this is any bad. Perhaps if all projects would use same IDE (and OS) i would never know about others :)
kklouzal
Posts: 343
Joined: Sun Mar 28, 2010 8:14 pm
Location: USA - Arizona

Re: [Survey] Which IDE And Compiler Do You Use?

Post by kklouzal »

@entity your looking at it the wrong way. There are too many ide's and compiler's to list, especially since I'm asking people to list which version they use. It makes more sense this way to add more options to the poll when its needed then. :)
Dream Big Or Go Home.
Help Me Help You.
REDDemon
Developer
Posts: 1044
Joined: Tue Aug 31, 2010 8:06 pm
Location: Genova (Italy)

Re: [Survey] Which IDE And Compiler Do You Use?

Post by REDDemon »

there are like a lot of IDEs and you list only VS XD.
XCode
Eclipse
C::B
QtCreator
Notepad ++ (:D)
others (same me XD)
DevCpp

I need C++11 compliant compiler so VS 2013 is not enough (and by the way it does not install on Vista and I can't upgrade since I'm using some applications that explicitly "don't run on Win 7/8"). Most interesting libraries still does not compile on VS or require heavy workarounds due to several bugs of VS also in so claimed "supported c++11's features".

Currently I use C::B because it's the IDE that lags less on my machine :D. Almost no IDE support C++11 syntax so make little difference wich IDE I use :D
Junior Irrlicht Developer.
Real value in social networks is not about "increasing" number of followers, but about getting in touch with Amazing people.
- by Me
kklouzal
Posts: 343
Joined: Sun Mar 28, 2010 8:14 pm
Location: USA - Arizona

Re: [Survey] Which IDE And Compiler Do You Use?

Post by kklouzal »

I didn't mean to offend anyone by starting the poll with only the compilers I've used. I should have underlined and bolded this entire statement in the OP:
kklouzal wrote:Note: If your setup is not listed then please choose "Other" and reply to the topic with what you use in this format:
(IDE - Version | Compiler - Version). Please include your IDE and Compilers version as this plays an important role in the data being gathered.
Dream Big Or Go Home.
Help Me Help You.
AReichl
Posts: 269
Joined: Wed Jul 13, 2011 2:34 pm

Re: [Survey] Which IDE And Compiler Do You Use?

Post by AReichl »

Try Netbeans ( with C++ ). Easy integration with GCC and C++11 syntax support.
Only drawback is a long loading time because it's written in Java ( as is Eclipse ).
REDDemon
Developer
Posts: 1044
Joined: Tue Aug 31, 2010 8:06 pm
Location: Genova (Italy)

Re: [Survey] Which IDE And Compiler Do You Use?

Post by REDDemon »

AReichl wrote:Try Netbeans ( with C++ ). Easy integration with GCC and C++11 syntax support.
Only drawback is a long loading time because it's written in Java ( as is Eclipse ).
Oh I missed this one :) thanks I'll try immediatly
Junior Irrlicht Developer.
Real value in social networks is not about "increasing" number of followers, but about getting in touch with Amazing people.
- by Me
randomMesh
Posts: 1186
Joined: Fri Dec 29, 2006 12:04 am

Re: [Survey] Which IDE And Compiler Do You Use?

Post by randomMesh »

Ever heard of Eclipse and GCC/MinGW ?
"Whoops..."
polylux
Posts: 267
Joined: Thu Aug 27, 2009 12:39 pm
Location: EU

Re: [Survey] Which IDE And Compiler Do You Use?

Post by polylux »

CodeBlocks + GCC (current)
If ever on Windows, I use VS2012 and higher to have C++11 support.
beer->setMotivationCallback(this);
Cube_
Posts: 1010
Joined: Mon Oct 24, 2011 10:03 pm
Location: 0x45 61 72 74 68 2c 20 69 6e 20 74 68 65 20 73 6f 6c 20 73 79 73 74 65 6d

Re: [Survey] Which IDE And Compiler Do You Use?

Post by Cube_ »

I'm a tad offended that you didn't list at least common options like
eclipse (compatible with a bunch of compilers)
or
code::blocks (compatible with a bunch of compilers)

as for what I use
Code::Blocks - 10.04 | g++ - 4.9.1 20140903 (prerelease)
Code::Blocks - Release 13.12 rev 9501 (2013-12-25 18:25:45) gcc 4.8.2 Linux/unicode - 64 bit | g++ - 4.9.1 20140903 (prerelease)
Anjuta - 3.12.0 | g++ - 4.9.1 20140903 (prerelease)


compiler version is bound to change as I keep up to date with upstream, IDE version is not likely to change as often (and indeed I'm running an older version of code::blocks on one of my computers and considering using it on this one as well because of stability reasons, code::blocks has bouts of refusing to start for some arcane reason)
Code::Blocks has ludicrous version strings on pre-release versions (which is more stable than the stable 13.x branch)
"this is not the bottleneck you are looking for"
BlindSide
Admin
Posts: 2821
Joined: Thu Dec 08, 2005 9:09 am
Location: NZ!

Re: [Survey] Which IDE And Compiler Do You Use?

Post by BlindSide »

I'm using XCode at the moment, so I clicked other :)

(Not my favourite, but I have to for iOS development more or less, aside from that intelliJ one I think)
ShadowMapping for Irrlicht!: Get it here
Need help? Come on the IRC!: #irrlicht on irc://irc.freenode.net
Post Reply