Free development utilities (not a free trial, its all free)

Anything related in any way to game development as a whole is welcome here. Tell us about your game, grace us with your project, show us your new YouTube video, etc.

Moderator: PC Supremacists

User avatar
LeonBlade
Chaos Rift Demigod
Chaos Rift Demigod
Posts: 1314
Joined: Thu Jan 22, 2009 12:22 am
Current Project: Trying to make my first engine in C++ using OGL
Favorite Gaming Platforms: PS3
Programming Language of Choice: C++
Location: Blossvale, NY

Re: Free development utilities (not a free trial, its all free)

Post by LeonBlade »

GyroVorbis wrote:
Ginto8 wrote:With me, I have the STL, but I had to get it from my Dev-C++ installation. Weird, I know, but that's how I had to do it... Am I being cheated out of something? :(

edit: What I mean is that it didn't come with the STL files. You can set it up to use them, but it I had to get the files from somewhere else (ie Dev-C++).
What the? You serious? It's called the standard template library for a reason.
LMAO PHAIL
There's no place like ~/
User avatar
LuciDreamTheater
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 39
Joined: Tue Jan 20, 2009 2:18 am
Location: Southern CA
Contact:

Re: Free development utilities (not a free trial, its all free)

Post by LuciDreamTheater »

  • Boost C++ Libraries -- So many people use Boost that it might even be called an extension of the standard library. What's more is that a number of its features are going to be implemented into the next version of C++.
  • Tortoise SVN -- Someone else mentioned Subversion, so I thought I'd add my thoughts on TortoiseSVN. When I'm on Windows, I like to use a GUI to handle source control, and of all the solutions I've tried, Tortoise SVN has been the best. Please note, however, that it will modify your right-click context menu -- this is taboo for some users.
  • Cygwin -- Although I dual boot with Fedora (and Ubuntu on my other machine), sometimes it's advantageous to emulate linux, and I don't know of any other method besides using Cygwin*.
  • KallistiOS -- I'm not sure if KallistiOS can be classified as a utility, but regardless of semantics, if you plan to do Dreamcast development, there's not much of a choice. KallistiOS will facilitate hardware communication and will handle the dirty work for you.
* EDIT: I guess I forgot about VMWare.
User avatar
Ginto8
ES Beta Backer
ES Beta Backer
Posts: 1064
Joined: Tue Jan 06, 2009 4:12 pm
Programming Language of Choice: C/C++, Java

Re: Free development utilities (not a free trial, its all free)

Post by Ginto8 »

LeonBlade wrote:
GyroVorbis wrote:
Ginto8 wrote:With me, I have the STL, but I had to get it from my Dev-C++ installation. Weird, I know, but that's how I had to do it... Am I being cheated out of something? :(

edit: What I mean is that it didn't come with the STL files. You can set it up to use them, but it I had to get the files from somewhere else (ie Dev-C++).
What the? You serious? It's called the standard template library for a reason.
LMAO PHAIL
:| When I had installed it on my other computer it was fine... But not on this one. It's weird... Ah well I'll either attempt to fix it, or just completely ignore it. :nono:
Quit procrastinating and make something awesome.
Ducky wrote:Give a man some wood, he'll be warm for the night. Put him on fire and he'll be warm for the rest of his life.
User avatar
LeonBlade
Chaos Rift Demigod
Chaos Rift Demigod
Posts: 1314
Joined: Thu Jan 22, 2009 12:22 am
Current Project: Trying to make my first engine in C++ using OGL
Favorite Gaming Platforms: PS3
Programming Language of Choice: C++
Location: Blossvale, NY

Re: Free development utilities (not a free trial, its all free)

Post by LeonBlade »

It's not your fault :)
There's no place like ~/
User avatar
programmerinprogress
Chaos Rift Devotee
Chaos Rift Devotee
Posts: 632
Joined: Wed Oct 29, 2008 7:31 am
Current Project: some crazy stuff, i'll tell soon :-)
Favorite Gaming Platforms: PC
Programming Language of Choice: C++!
Location: The UK
Contact:

Re: Free development utilities (not a free trial, its all free)

Post by programmerinprogress »

you could download the Code::Blocks install file that includes MinGW, I believe this would solve your problem... or you could just tell code::blocks where the libraries are, or, even better! Install the libraries somewhere central on your computer, and just tell your different IDEs to use those.

I think this may solve your problem.
---------------------------------------------------------------------------------------
I think I can program pretty well, it's my compiler that needs convincing!
---------------------------------------------------------------------------------------
And now a joke to lighten to mood :D

I wander what programming language anakin skywalker used to program C3-PO's AI back on tatooine? my guess is Jawa :P
User avatar
dandymcgee
ES Beta Backer
ES Beta Backer
Posts: 4709
Joined: Tue Apr 29, 2008 3:24 pm
Current Project: https://github.com/dbechrd/RicoTech
Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
Programming Language of Choice: C
Location: San Francisco
Contact:

Re: Free development utilities (not a free trial, its all free)

Post by dandymcgee »

anothrguitarist wrote:Please note, however, that it will modify your right-click context menu -- this is taboo for some users.
I recently reinstalled Windows due to this very thing.. My context menu was so messed up and I could not figure out how to fix it, or even put it back to default, for the life of me. ( I didn't exactly go all out trying to fix the stupid thing because 1.) I was too lazy 2.) My computer needed a nice cleaning :P )
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches! :twisted:
User avatar
Ginto8
ES Beta Backer
ES Beta Backer
Posts: 1064
Joined: Tue Jan 06, 2009 4:12 pm
Programming Language of Choice: C/C++, Java

Re: Free development utilities (not a free trial, its all free)

Post by Ginto8 »

programmerinprogress wrote:you could download the Code::Blocks install file that includes MinGW, I believe this would solve your problem... or you could just tell code::blocks where the libraries are, or, even better! Install the libraries somewhere central on your computer, and just tell your different IDEs to use those.

I think this may solve your problem.
You don't have to worry. I already have them from Dev-C++. :)
Quit procrastinating and make something awesome.
Ducky wrote:Give a man some wood, he'll be warm for the night. Put him on fire and he'll be warm for the rest of his life.
User avatar
Spikey
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 98
Joined: Sat Dec 13, 2008 6:39 am
Programming Language of Choice: C++
Location: Ottawa, Canada
Contact:

Re: Free development utilities (not a free trial, its all free)

Post by Spikey »

DevIL (Developer's Image Library) aka OpenIL.
Supports 27+ image formats plus filters and saving, etc.
It's like Photoshop for opengl... sort of. Anyway it's pretty cool and worth checking out.
http://openil.sourceforge.net/


Targa/TGA Thumbnail preview for windows explorer
Normally windows does not make previews of targas .tga in explorer, this fixes that.
http://greggman.com/pages/thumbplug_tga.htm
User avatar
Bludklok
Chaos Rift Junior
Chaos Rift Junior
Posts: 241
Joined: Tue Apr 14, 2009 1:31 am
Current Project: EnigmaCore
Favorite Gaming Platforms: PC, N64, Playstation1, Playstation2
Programming Language of Choice: C++
Location: New Jersey
Contact:

Re: Free development utilities (not a free trial, its all free)

Post by Bludklok »

Wow.... This was posted back in 2004. Cant believe I didnt see this. (A lot of useful tools that I could use here)
Youtube
Website
Current project: Enigma Core
User avatar
rolland
Chaos Rift Regular
Chaos Rift Regular
Posts: 127
Joined: Fri Dec 21, 2007 2:27 pm
Current Project: Starting an Android app soon
Favorite Gaming Platforms: PS1, N64
Programming Language of Choice: C++
Location: Michigan, US

Re: Free development utilities (not a free trial, its all free)

Post by rolland »

I'll write a signature once I get some creativity and inspiration...
User avatar
MrDeathNote
ES Beta Backer
ES Beta Backer
Posts: 594
Joined: Sun Oct 11, 2009 9:57 am
Current Project: cocos2d-x project
Favorite Gaming Platforms: SNES, Sega Megadrive, XBox 360
Programming Language of Choice: C/++
Location: Belfast, Ireland
Contact:

Re: Free development utilities (not a free trial, its all free)

Post by MrDeathNote »

You have to love microsoft for their dreamspark program, which provides certain software ( including VS 2008 pro) free to university students. And you also gotta love it when your university is part of the MSDN Academic Alliance, you get so much free software, including windows 7 professional and Visual Studio 2008 Team Suite. :worship:
http://www.youtube.com/user/MrDeathNote1988

Image
Image

"C makes it easy to shoot yourself in the foot. C++ makes it
harder, but when you do, it blows away your whole leg." - Bjarne Stroustrup
User avatar
Pickzell
Chaos Rift Junior
Chaos Rift Junior
Posts: 233
Joined: Sat May 16, 2009 10:21 am

Re: Free development utilities (not a free trial, its all free)

Post by Pickzell »

Anim8or (Free, easy-to-use all in one 3D animator, comes with modeling, animating, etc)

Pedit Free DOS text-editor. Can view files up to 60 MB, so much better than Notepad.

Anvil Studio MIDI editor that comes with a notation layout and piano roll. You can use the standard MIDI library or VST plugins

MadTracker MIDI tracker, you can use VST Plugins

Adlib tracker 2 FM tracker for DOS. My favorite tracker, great for making 8-bit music!

Programmer's Notepad Great text editor, with highlighting!

devkitPRO Amazing libraries for GBA, DS, Wii, and GameCube
I'm an altogether bad-natured Cupid.
User avatar
Sanshin77
Chaos Rift Regular
Chaos Rift Regular
Posts: 160
Joined: Tue Mar 10, 2009 9:36 am
Current Project: C++/SDL engine, zaActionWizardMagic game
Favorite Gaming Platforms: Xbox 360, Playstation 2, Nintendo DS, mac and PC
Programming Language of Choice: C++

Re: Free development utilities (not a free trial, its all free)

Post by Sanshin77 »

Pixen - Graphics Editor for mac ( http://opensword.org/pixen/ )

I use this for spriting, it has all the neccesary features & tools, a nice UI and good support for layers and different file formats. Most importantly, it's a lot faster and easier than GIMP.

They also make a map editor, repTile, I havent tried that though...
Check out videos of my C++ games as well as my "Amateur Game Dev" series over at
My YouTube Channel: http://www.youtube.com/user/Zanchill
User avatar
Shoulin
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 7
Joined: Tue Dec 01, 2009 4:14 am
Current Project: Escape the Room Puzzle Game
Favorite Gaming Platforms: PC, PS3, Wii
Programming Language of Choice: C++
Location: Nashville, TN

Re: Free development utilities (not a free trial, its all free)

Post by Shoulin »

AutoIT
http://www.autoitscript.com/autoit3/

I actually know the guy that helped design this tool, it has helped me alot in the past.
Image
Lois, when I'm through with them, our kids will be so smart, they'll be able to program their own VCRs without spilling piping hot gravy all over myself.
User avatar
dandymcgee
ES Beta Backer
ES Beta Backer
Posts: 4709
Joined: Tue Apr 29, 2008 3:24 pm
Current Project: https://github.com/dbechrd/RicoTech
Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
Programming Language of Choice: C
Location: San Francisco
Contact:

Re: Free development utilities (not a free trial, its all free)

Post by dandymcgee »

Shoulin wrote:AutoIT
http://www.autoitscript.com/autoit3/

I actually know the guy that helped design this tool, it has helped me alot in the past.
Omg, yes!!! AutoIt will always have a special place in my heart, it's how I learned to program. :)
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches! :twisted:
Post Reply