[Survey] Which IDE And Compiler Do You Use?
[Survey] Which IDE And Compiler Do You Use?
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!
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.
Help Me Help You.
Re: [Survey] Which IDE And Compiler Do You Use?
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
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Re: [Survey] Which IDE And Compiler Do You Use?
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
IDE - Version & Compiler - Version
Dream Big Or Go Home.
Help Me Help You.
Help Me Help You.
Re: [Survey] Which IDE And Compiler Do You Use?
Well I guess nobody wants to participate!
Dream Big Or Go Home.
Help Me Help You.
Help Me Help You.
Re: [Survey] Which IDE And Compiler Do You Use?
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.
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!
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!
Re: [Survey] Which IDE And Compiler Do You Use?
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
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
Re: [Survey] Which IDE And Compiler Do You Use?
@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.
Help Me Help You.
Re: [Survey] Which IDE And Compiler Do You Use?
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 . Almost no IDE support C++11 syntax so make little difference wich IDE I use
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 . Almost no IDE support C++11 syntax so make little difference wich IDE I use
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
Real value in social networks is not about "increasing" number of followers, but about getting in touch with Amazing people.
- by Me
Re: [Survey] Which IDE And Compiler Do You Use?
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.
Help Me Help You.
Re: [Survey] Which IDE And Compiler Do You Use?
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 ).
Only drawback is a long loading time because it's written in Java ( as is Eclipse ).
Re: [Survey] Which IDE And Compiler Do You Use?
Oh I missed this one thanks I'll try immediatlyAReichl 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 ).
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
Real value in social networks is not about "increasing" number of followers, but about getting in touch with Amazing people.
- by Me
-
- Posts: 1186
- Joined: Fri Dec 29, 2006 12:04 am
Re: [Survey] Which IDE And Compiler Do You Use?
CodeBlocks + GCC (current)
If ever on Windows, I use VS2012 and higher to have C++11 support.
If ever on Windows, I use VS2012 and higher to have C++11 support.
beer->setMotivationCallback(this);
-
- 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?
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)
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"
Re: [Survey] Which IDE And Compiler Do You Use?
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)
(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
Need help? Come on the IRC!: #irrlicht on irc://irc.freenode.net