Archive for April, 2012

More text stuff.

Here’s a sample of text rendering in Gorgon 2.0 (Dorian).  It’s rendering 16,019 characters, animated with shadowing (which doubles the character count), plus the FPS counter.  When it renders the text, it renders with kerning information (provided the font has any) so the output should be properly spaced.  And while it’s doing this, it’s scaling [...]

Posted on April 26, 2012 at 9:45 pm by Tape_Worm · Permalink · Comments Closed
In: Programming · Tagged with: , , , , , ,

Gorgon v1.x – Visual Studio 2010

I’m updating the solution and projects for Gorgon 1.x in the Subversion respository to use Visual Studio 10 .  The current binary release still uses Visual Studio 2008 and will continue to do so until a new release is put up. If you are freaking out over this because it’ll somehow be the end of [...]

Posted on April 22, 2012 at 12:01 am by Tape_Worm · Permalink · 2 Comments
In: Programming · Tagged with: , ,

Text output and Fonts

Sweet merciful fuck.  That was painful. I just spent the last 4 evenings/nights writing Gorgon’s font system and it was not fun.  And, of course, I’m still nowhere near done (still have to create the TextSprite object, and other the font effects like gradients and GDI+ image brushes).  But, I got it working.  Not only [...]

Posted on April 17, 2012 at 12:48 pm by Tape_Worm · Permalink · 2 Comments
In: Programming · Tagged with: , , , , , , , , ,

Yet more shaders

Here’s another bundled effect, the Gaussian Blur shader: If you see any stuttering, blame Fraps, I was getting over 1000 FPS while it was blurring and running.

Posted on April 4, 2012 at 6:19 pm by Tape_Worm · Permalink · Comments Closed
In: Programming · Tagged with: , , , , , , ,

Gorgon Shaders

So I got custom shaders up and running in Gorgon 2.0.  The new version has always had shader ability because it’s using Direct3D 11, so it’s required to use them.  However, up until now the shader code has been hardcoded to use 3 default shaders.  But after today, there’s an ability to use customized shaders: [...]

Posted on April 2, 2012 at 6:24 pm by Tape_Worm · Permalink · Comments Closed
In: Programming · Tagged with: , , , , , , ,