What tools do you use to program under Linux? I'm not asking about the compiler (gcc) I can live with it being command line. But the actuall enviroment. Kylix? KDeveloper? Are they any good, can they compile Ogre?
I'm useing VC++ 6 on windows, can you point me to a simmilar program for Linux? Or do I have to use a simple text editor?
ColdFusion
Programming under Linux
-
haffax
- OGRE Retired Moderator

- Posts: 4823
- Joined: Fri Jun 18, 2004 1:40 pm
- Location: Berlin, Germany
- x 8
Anjuta and KDeveloper are both suited for work on and with Ogre. Every IDE that can use gcc as a compiler should be usable.
Anjuta has the beginner's bonus in that there is a mini tutorial for compiling/using Ogre with it.
You can find it here.
Anjuta has the beginner's bonus in that there is a mini tutorial for compiling/using Ogre with it.
You can find it here.
-
ColdFusion
- Gnoblar
- Posts: 3
- Joined: Mon Jan 10, 2005 3:42 pm
-
temas
- OGRE Retired Team Member

- Posts: 390
- Joined: Sun Oct 06, 2002 11:19 pm
- Location: The Woodlands, TX
-
fog
- Greenskin
- Posts: 149
- Joined: Sun Sep 19, 2004 6:00 pm
- Location: Torino, ITALY
I've tested Anjuta and Eclipse. The first (Anjuta) is fair and has all the bell and whistles of an IDE; the second is impressive with a huge amount of plugins and tools.
In the end, I reverted back to my much-customized emacs for programming and Eclipse for browsing other's code (the browse mode is really good).
In the end, I reverted back to my much-customized emacs for programming and Eclipse for browsing other's code (the browse mode is really good).
-
ColdFusion
- Gnoblar
- Posts: 3
- Joined: Mon Jan 10, 2005 3:42 pm
Sorry for the wrong forum
ColdFusion
For people that aren't familiar with ogre (like me) i think it's an easy way to get in fast.bana wrote:Since this IS back to basics and I have seen this question asked before:
How is gvim/emacs/Anjutas code completion feature in conjunction with Ogre?
Is code completion really that useful anyway?
ColdFusion
-
psyclonist
- OGRE Expert User

- Posts: 286
- Joined: Fri Nov 01, 2002 3:54 pm
- Location: Berlin & Nuremberg, Germany
- x 1
-
CrazyEddie
- Goblin
- Posts: 228
- Joined: Thu Feb 12, 2004 10:03 am
- Location: Workin' on someting cool
- x 1
Yeah, VC++ with Visual Assist is excellent. It's one of the only things that's keeping me using Windows at the momentpsyclonist wrote: Ever since I began to use VC+VisualAssist I can't imagine switching back. This feature helps a lot, especially when you're working with lots of large projects which you don't know by heart already.
-
temas
- OGRE Retired Team Member

- Posts: 390
- Joined: Sun Oct 06, 2002 11:19 pm
- Location: The Woodlands, TX