April 2 we awoke to a surprise inch of overnight snow.
Category: Code
Animation Sheet
Gimp has a [Layer Grid] plugin to handle slicing up an image into layers or converting layers into a grid. Simply copy layergrid.scm into the C:/Program Files/GIMP-2.0/share/gimp/2.0/scripts folder. The script can be executed from Scripts->LayerGrid… when an image is open.
Emotive at GDC
Emotiv offers the latest brain computer interface.
Emotive displayed a closed booth at the GDC. This new controller operates on thought alone. [You gotta check this out!!!] The middle of [this video] shows off a new technology.
Beef Up Your Wireless Router
Josh Kuo posted an interesting [blog entry] describing the open source project [OpenWrt] and then he details a list of Linux services that protect the network. OpenWrt is a Linux distribution for embedded devices. Essentially I plan to use this to load extra usb drivers in my wireless print server to load two 500GB iBooks. That way I can have a wireless-mirrored storage system to keep all my files safe. I should also be able to load drivers for a wireless usb quick cam and possibly drivers for a scanner. Maybe even drivers for a USB hub could be loaded. If that happens I can connect more than two devices to my Netgear wireless print server.
Intel Game Demo Contest 2007 (May 5th-August 15th)
“Contest begins March 5th, 2007. Registration Forms must be received by July 1st, 3:00pm PST 2007. Community judging to determine finalists will begin July 1st, 3:00pm PST 2007 and run until August 1st, 3:00pm PST 2007. Executables of finalists must be received by August 15th, 3:00pm PST 2007. Winners will be announced at Austin Game Developer Conference on September 5th, 2007, and published on the contest website the same day.”
Visit the [2007 Official Rules ].
Jupiter Rings
Sector13 [Hardware Occlusion Query (HOQ)]
I had a chance to document the process that I used to perform [Hardware Occlusion Queries] on the Ogre Wiki.
Image Denoising
Slashdot posted an article [ Open Source Image De-Noising]. This is an important program to remove the graininess from photos. From the demo pictures it looks like this algorithm works very well.
It’s amazing how well this tool works.
Handheld Star Picture
This is what happens if you try to take a picture of a star without a tripod. This is a 30 second exposure aimed at a star while I tried to keep still.
Sunny with Snow
This shot is a little hard to capture for an amature photographer. The sun came out this afternoon and then the blue sky started pelting us with snow.
Snow Surprise
The snow started pouring down at 9am.
BSP
This weekend I plan on creating a [BSP file]. BSP files are commonly used for map arenas in games like Quake and Unreal Tournament.
VS 2005 SP1
Microsoft just released service packs #1 for [express] and [TSE] for Microsoft Visual Studio 2005.
Microsoft also released a new [DirectX for February 2007].
City of Villains
Tim and Linae have been playing a little of the game "City of Villains".
This is Tim’s Villain, a Matermind named Dread Command:
Snow Day
“Alright!” I took of a video with the camera while sledding the big hill. Watch [the video].
It was a bit of a technical feat to make this video. The camera records a MOV file. So I imported into QuickTime and exported as a AVI. I used Windows Movie Maker to put all the AVI videos together into a single video and output as a WMV file. I used the Divx Converter to convert from the WMV format to a DIVX file. And then I used Flash 8 to convert from a DIVX to a Flash FLV file that plays in the Flash movie.
Games of 2007
Early previews indicate the top games of 2007 will be [Bio Shock], [Crysis] and [Portal].
Wind Storm
We had a nice storm Thursday which knocked out power to one million people. Unfortunately, this outage also took my Comcast High Speed Internet connection with it. And there’s been so much news that I missed in such a short while.
- Top news: Microsoft posted the December 2006 DirectX update which includes a peak at [DirectX 10].
- Microsoft is hosting an XBox Live Arcade [programming contest].
- If you want to compete in the contest, it would be handy to have an XBox Live Arcade compiler. You may find the [Express XBLA compiler] that Microsoft just released useful.
- If you don’t know how to program the console that is ok too. Microsoft just released about how to program the XNA.
- Microsoft released their [Robotics Studio]. Robotics Studio gives the programmer a handy library to do embedded system programming.
Usually people harp on Microsoft, but this week we can see some good news.
Portfolio Gallery
I had registered the domain name: [TGraupmann] a while back to host my portfolio and to do some website experiments. I decided to experiment with [SimpleViewer].
SimpleViewer takes an XML gallery file, so I wrote a handy Perl script to auto generate the gallery file:
#perl print '<?xml version="1.0" encoding="UTF-8"?>' . "n"; print '<simpleviewerGallery maxImageWidth="4096" maxImageHeight="4096" textColor="0xFFFFFF" frameColor="0xffffff" frameWidth="20" stagePadding="40" thumbnailColumns="3" thumbnailRows="3" navPosition="left" title="SimpleViewer Title" enableRightClickOpen="true" backgroundImagePath="" imagePath="" thumbPath="">' . "n"; while (<images/*.jpg>) { $_ =~ s/images///; print ' <image>' . "n"; print ' <filename>' . $_ . '</filename>' . "n"; print ' <caption>' . $_ . '</caption>' . "n"; print ' </image>' . "n"; } print '</simpleviewerGallery>' . "n";
Bots and Spam
I killed about 3000 spam comments on my stories with a single SQL statement. Beware any spammer from considering spamming me again.
delete FROM `gl_comments` WHERE 1
delete FROM `gl_storysubmission` WHERE 1
UPDATE `gl_stories` SET comments = 0 WHERE 1
DELETE FROM `gl_users` WHERE uid > 50
Also disabling comments worked wonders.
Penny Arcade Expo
We went to the [Penny Arcade Expo] last night. Strange setup at the Meydenbauer Center in Bellevue, WA. The event had a $20 one day admission fee. The event filled all three levels of the Meydenbauer. We got a bag of free stuff walking thru the door. The event had bean bags everywhere. Every bean bag had a kid on it playing on Nintendo DS lites. Most of the DS handsets where white. We saw a few teal imports. They had a few panels going, we saw a show on Women in the Game industry. Most of the rooms had consoles going. A lot of people playing Street Fighter and Guitar Hero. One dedicated guy in the courner was playing Geo Wars. They used the big room to play the movie [The Wizard]. Next door they were setting up the exhibits for the Expo for Saturday and Sunday. We snuck in and saw all the exhibits while they were setting up minus the rush of people.
We saw one new style of game called [Eets].
Windows Presentation Foundation
[WPF] is Microsoft’s latest challenge to be equivalent to Flash.
To be able write and install WPF websites and apps you need to install:
(now called [Microsoft Windows SDK])
After installing all that you’ll be able to experiment with:
Here is an excellent that does a good overview of the WPF feature set.
Here are some tools to ease your WPF development:
ZBrush Wiki
ZBrush is a must have modeling tool. And Pixologic now has a new [ZBrush Wiki]. The Wiki is an excellent learning tool.
Download OBJ to Ogre.Mesh converter script (Windows)
This is a little script I patched together to getting a faster pipeline going from OBJ to Ogre.Mesh files.
I’m modeling in Modo, and didn’t want to manually do all these export tasks for minor changes.
Read the readme. Run the install. Once installed right click any OBJ file and SendTo->convert_obj_to_mesh.cmd
Contest Month
Two contests have sprouted from GDC and GameDev.
GameDev has stated its [Four Elements Contest] of (Emotion, Economics, Emblem, and Europe) (June 3, 2006, at 1100 hours EST to November 30, 2006, at 2300 hours EST). Every participant gets a copy of [FastCap]
GDC started another [72 Hour Contest] (July 14th, 2006 to July 17, 2006).
Spore
[Spore] looks to be the next generation video game as shown at E3.