Post Your Utility Belt!

closed account (1yR4jE8b)
That is, the group of applications that you use daily and can't live without!

http://i.imgur.com/Bx2FO.jpg
closed account (1yR4jE8b)
Very nice, do you use Blender and C::B in tandem?
What do you mean?
They are not much related
closed account (1yR4jE8b)
Do you do use any of the models you create in Blender in any programs that you write? (games, etc...)
I couldn't function without a well written IDE, web browser and gui designer. Albeit this is the lazy man's way of doing things, laziness is a virtue among the coder.

*this has sparked an idea for a sister thread to this one.
@darkestfright
I don't create much 3D programs, and those I made had hardcoded models
closed account (zb0S216C)
All I need is Ubuntu, Code::Blocks, and the latest G++ and GCC. That's it.
Xcode/Gimp/Code::blocks/VNC/and a couple of my specialized progs =)
Windows, Salix (or any other distro I fancy on my VM); C::B (Geany, vi(m), VC++/VB.Net/VC#.Net Express(es?)), GCC 4.5.0 (Microsoft C/++ compiler)
Code::Blocks or Visual Studio / Command Line / My shell scripts / Dependency Walker / Resource Hacker
My utility belt (win7):

Windows Manager
Notepad++ (for non-C++ coding or advanced text editing)
Code::Blocks
GM8 (atm I only use it because its sprite editor is better than paint >.> )
Google Chrome

Linux Mint (if I remember correctly):

Chrome
C::B
Work Toolbox:

Visual Studio, Eclipse, Toad, SQL Server, DB Visualizer, Enterprise Architect, Visio, SSRS, some BI Tools, SharePoint, etc..., and many others.

Personal and Contract work:

Maya, PhotoShop, Visual Paradigm, NetBeans, Firefox, various other tools and APIs.
closed account (z05DSL3A)
Work: http://i.imgur.com/JG3s0.png

Rest: http://i.imgur.com/yZa75.png

Play: XBox...
Last edited on
closed account (1yR4jE8b)
Safari...on Windows ... ?

o_0
closed account (z05DSL3A)
Safari...on Windows ... ?

Yes, I like it (never really got on with firefox et al).
For programming, I use gedit + bash.
I write code like this, with manuals etc on another face of my cube:
1
2
3
4
5
6
7
$ nano game.c enemy.c world.c level.txt
^Z
$ make run
gcc blah blah blah....
ld blah blah blah.....
game: Exited successfully!
$ fg

repeat!
Topic archived. No new replies allowed.