<?xml version="1.0" encoding="ISO-8859-1"?>
<rdf:RDF
	xmlns="http://purl.org/rss/1.0/"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel rdf:about="http://feeds.garagegames.com/rss/blogs/developer/31574/">
		<title>Blog for Jeffrey Bakker at GarageGames.com</title>
		<description>Blog feeds for Gamers and Developers in the GarageGames community.</description>
		<link>http://www.garagegames.com/</link>
		<image rdf:resource="http://www.garagegames.com/images/GarageGames_logo_small_w.gif" />
		<dc:date>2008-11-21T10:18:48+00:00</dc:date>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://www.garagegames.com/blogs/31574/9653"/>
				<rdf:li rdf:resource="http://www.garagegames.com/blogs/31574/9391"/>
			</rdf:Seq>
		</items>
	</channel>
	<item rdf:about="http://www.garagegames.com/blogs/31574/9653">
		<dc:format>text/html</dc:format>
		<dc:date>2006-01-29T06:20:14+00:00</dc:date>
		<dc:creator>Jeffrey Bakker</dc:creator>
		<title>EveryGUI - UNIX Commands by the Click of a Button</title>
		<link>http://www.garagegames.com/blogs/31574/9653</link>
		<description>Now anyone can harness the power of the UNIX command line with a few clicks of a mouse.&lt;br&gt;&lt;br&gt;Since my &lt;a href='http://www.garagegames.com/index.php?sec=mg&amp;amp;mod=resource&amp;amp;page=view&amp;amp;qid=9012'&gt;game plan&lt;/a&gt; is still on hold, I've had to keep myself busy with other things lately. In the process of designing &lt;a href='http://www.garagegames.com/index.php?sec=mg&amp;amp;mod=resource&amp;amp;page=view&amp;amp;qid=9391'&gt;m2dui (a GUI for map2dif)&lt;/a&gt;, I realized that I design a lot of GUI programs for command line tools, which all have the same general idea - to run the command with the specified options...&lt;br&gt;&lt;br&gt;..this is when I came to the conclusion that I should make a single GUI for pretty much &amp;quot;everything&amp;quot;. So, I went about to design &lt;a href='http://everygui.sourceforge.net/' target=_blank&gt;EveryGUI&lt;/a&gt;. EveryGui provides two applications: Chameleon, which is a dynamic GUI for virtually any tool or OS command, and Designer which is a visual environment for editing config files that determine Chameleon's different behaviours for each tool/command.&lt;br&gt;&lt;br&gt;More information available at the official website:&lt;br&gt;&lt;br&gt;&lt;a href='http://everygui.sf.net' target=_blank&gt;http://everygui.sf.net&lt;/a&gt;</description>
	</item>
	<item rdf:about="http://www.garagegames.com/blogs/31574/9391">
		<dc:format>text/html</dc:format>
		<dc:date>2005-12-19T00:11:16+00:00</dc:date>
		<dc:creator>Jeffrey Bakker</dc:creator>
		<title>Released GTK+ Map2Dif User Interface for Windows/Linux</title>
		<link>http://www.garagegames.com/blogs/31574/9391</link>
		<description>Since &lt;a href='http://www.garagegames.com/index.php?sec=mg&amp;amp;mod=resource&amp;amp;page=view&amp;amp;qid=9012'&gt;my video game plan&lt;/a&gt; is going to have to be put on hold, due to time and money constraints, I figured I can still make myself useful by starting other projects in the meantime.&lt;br&gt;&lt;br&gt;I don't know how many people will find it useful, but I designed a user interface for map2dif that works on Linux and on Windows. It requires &lt;a href='http://www.python.org/' target=_blank&gt;python&lt;/a&gt;, &lt;a href='http://www.gtk.org/' target=_blank&gt;GTK+ 2.6&lt;/a&gt;, &lt;a href='http://www.pygtk.org/' target=_blank&gt;pyGTK 2.6&lt;/a&gt; and &lt;a href='http://www.jamesh.id.au/software/libglade/' target=_blank&gt;libglade&lt;/a&gt;, which are all available on any Linux distro and can easily be installed on Windows** in minutes.&lt;br&gt;&lt;br&gt;Most people either know how to use map2dif from the command line, and others may use BSP programs that have map2dif already integrated. But for those in between, or those who'd like to do batch converting, &lt;b&gt;m2dui&lt;/b&gt; is the ting for you! Below are some screenshots:&lt;br&gt;&lt;br&gt;Windows&lt;br&gt;&lt;img src='http://evil.damnclan.com/torque/m2dui_01.jpg'  alt=&quot;&quot;&gt;&lt;br&gt;&lt;br&gt;Linux&lt;br&gt;&lt;img src='http://evil.damnclan.com/torque/m2dui_02.png'  alt=&quot;&quot;&gt;&lt;br&gt;&lt;br&gt;I hope that at least a small handful of people may find this useful. Here's the download link:&lt;br&gt;&lt;br&gt;Linux/Windows python script release:&lt;br&gt;&lt;a href='http://damnclan.com/evil/torque/m2dui-1.0.2.zip' target=_blank&gt;damnclan.com/evil/torque/m2dui-1.0.2.zip&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;quot;Standalone&amp;quot; Windows .exe release (only basic GTK+ runtime is required):&lt;br&gt;&lt;a href='http://damnclan.com/evil/torque/m2dui_exe-1.0.2.zip' target=_blank&gt;damnclan.com/evil/torque/m2dui_exe-1.0.2.zip&lt;/a&gt;&lt;br&gt;&lt;br&gt;Enjoy!&lt;br&gt;&lt;br&gt;&lt;br&gt;*Note: first time running, you will have to locate the map2dif executeable and your paths, then you can click on save settings which will create an m2duirc file in your home folder.&lt;br&gt;&lt;br&gt;**The &amp;quot;standalone&amp;quot; .exe version is recommended on Windows, as it has less requirements (only GTK+ runtime). The non-exe version still works fine in Windows, however. If you want to use the non-exe, you will need the following...&lt;br&gt;&lt;br&gt;GTK+ for windows, GTK+ devel for Windows, libglade for windows are all available in one package, found here:&lt;br&gt;&lt;a href='http://gladewin32.sourceforge.net/modules/wfdownloads/viewcat.php?cid=1' target=_blank&gt;gladewin32.sourceforge.net/modules/wfdownloads/viewcat.php?cid=1&lt;/a&gt;&lt;br&gt;&lt;br&gt;Then install python:&lt;br&gt;&lt;a href='http://www.python.org/download' target=_blank&gt;www.python.org/download&lt;/a&gt;&lt;br&gt;&lt;br&gt;Then install pygtk (make sure to download the version the corresponding version of python and GTK+ you downloaded):&lt;br&gt;&lt;a href='http://www.pcpm.ucl.ac.be/~gustin/win32_ports/pygtk.html' target=_blank&gt;www.pcpm.ucl.ac.be/~gustin/win32_ports/pygtk.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;Update&lt;/b&gt;:&lt;br&gt;New feature, plus minor changes in v1.0.2, as well as another Windows .exe release (requires GTK+ runtime, but nothing more :). The non-exe release still works in Windows, given all requirements are met.&lt;br&gt;&lt;br&gt;m2dui changes&lt;br&gt;&lt;br&gt; v 1.0.2 (21/12/2005)&lt;br&gt;&lt;br&gt;  - Added more tooltips to the GUI.&lt;br&gt;  - Added the ability to write batch/shell scripts for later/repeated use.&lt;br&gt;  - Fixed for output and textures directory paths containing spaces.&lt;br&gt;  - Fixed adding a whole directory to only add .map files inside.&lt;br&gt;  - Maps directory chooser will now only show .map files.&lt;br&gt;&lt;br&gt;&lt;br&gt; v 1.0.1 (20/12/2005)&lt;br&gt;&lt;br&gt;  - Added a separate Windows .exe version (regular version still works too).&lt;br&gt;  - Code cleanup/organization.&lt;br&gt;  - Fixed GTK+ 2.8 FileChooser warnings.&lt;br&gt;  - Fixed AboutBox bug if License file is not found.&lt;br&gt;  - Updated toolbar with text labels.&lt;br&gt;&lt;br&gt;&lt;br&gt; v 1.0.0 (18/12/2005)&lt;br&gt;&lt;br&gt;  - Initial release.</description>
	</item>
</rdf:RDF>
