What’s Coming Up Next? – Tom Bluewater Introducing Text2Read for Mac OS X

Mac OS X software Text2Read

TOKYO (MacHouse) – More than three years ago, I submitted an iOS application called RollerTest to Apple‘s App Store. Several hours ago, I submitted a similar kind as a desktop application to Mac App Store. This new release is called Text2Read.

Mac software Text2Read

Source: Tom Bluewater
  Mac software Text2Read

Source: Tom Bluewater

Text2Read lets you prepare text scripts so that one can read them on a desktop computer as a teleprompter. There may be several applications of this kind at Mac App Store. Yet, Text2Read is unique in several aspects. No. 1, Text2Read rolls text not line by line but letter by letter. When it begins rolling out a speech script, every single letter assumes the hide color you select. And Text2Read will gradually reveal the text script, applying the show color you select to each letter. No. 2, you can emphasize important phrases by applying the emphasize color you select to them. No. 3, you can prepare multiple speech scripts and run them consecutively. Text2Read will automatically switch one text script to another for you when the current script reaches its end. No. 4, provided that the current text script is long enough, when a revealing letter at the carriage return reaches the bottom of the screen, Text2Read will automatically scroll the entire script up so that the next revealing letter will appear at the center of the screen. No. 5, Text2Read lets you save all text scripts you prepare as a single data file. And you can recover all text scripts by just double-clicking on a data file you’ve saved.   Continue reading

What’s Coming Up Next? – Tom Bluewater Introducing Text n Colors for Mac OS X

Mac OS X software Text n Colors

TOKYO (MacHouse) – When I run out of software development ideas, I often get on the Internet and meaninglessly visit one web site after another. This time, a screenshot of an iOS game has caught my eyes. And I have thought to myself “Hmm… I wonder if there’s a simple way of creating that text image?” As a result, I submitted a new software release to Mac App Store several hours ago. This new software title is called Text n Colors.

Mac software Text n Colors

Tom Bluewater
  Mac software Text n Colors

Tom Bluewater

Text n Colors is a desktop application that lets you create text with letters of alternating colors. You select one or more colors to create a color list, which will be temporarily saved in a drop-down menu. Text n Colors sets the fill color of each letter according to this list. You can save text as an image file or a rich text file to your disk.   Continue reading

What’s Coming Up Next? – Tom Bluewater Introducing Pict2Movie for Mac OS X

Mac OS X software Pict2Movie

TOKYO (MacHouse) – Last week, I introduced a desktop application that allows the user to create a firework display movie. It was a bit difficult to develop without the QT Kit. The application that I submitted to Mac App Store yesterday is similar to the extent that it produces movies.

Mac software Pict2Movie   Mac software Pict2Movie

Pict2Movie is a desktop application that lets you create a movie (.M4V) with a folder containing pictures they select.   Continue reading

What’s Coming Up Next? – Tom Bluewater Introducing Fireworks Maker for Mac OS X

Mac OS X software Fireworks Maker

TOKYO (MacHouse) – If you write Objective-C, you probably know that the QTKit (also known as the QuickTime Kit) has been deprecated with introduction of Mac OS X 10.7 Lion. And Apple, Inc. proposes that we use AV Foundation instead. A problem for transition to AV Foundation is that it’s quite difficult for us to create a movie with a bunch of images. Well, I really wanted to know how several months ago. So I opened a technical support ticket and asked DTS (Developer Technical Support) how. The guy who answered my request didn’t appear to know exactly how under OS X. It seemed that he was an iOS software developer because he gave me some links to web sites that shows how to use AVAssetWriter in iOS, which wasn’t the development platform of my choice at that time. Anyhow, I’ve eventually managed to create a movie with an array of NSImage objects.

Well, I haven’t used this new technique till now. A new desktop application that I submitted to Mac App Store several hours ago lets the user create movies. This new submission is called Fireworks Maker.

Mac software Fireworks Maker

Tom Bluewater
  Mac software Fireworks Maker

Tom Bluewater

Fireworks Maker is a desktop application that utilizes the QuartsCore framework (also known as Core Animation framework) to animate a firework display. You can save the firework display as a still picture (BMP, GIF, JPEG, JPEG 2000, PNG or TIFF) to your disk with a click of a button. Also, you can save the firework animation as a movie to your disk. Note that this application is suitable for a computer with a non-Retina display.   Continue reading

What’s Coming Up Next? – Tom Bluewater Introducing TileObject Chopper for Mac OS X

Mac OS X software TileObject Chopper

TOKYO (MacHouse) – I’ve spent the last four weeks developing a new platform game with Sprite Kit. Game development is quite tiring as you probably know if you do it all by yourself. And it can take weeks or even months. So I’ve decided to quickly release a desktop application. I have already submitted it to Mac App Store. This new release is called TileObject Chopper.

Mac software TileObject Chopper

Tom Bluewater
  Mac software TileObject Chopper

Tom Bluewater

TileObject Chopper is a derivative of an existing desktop application called TileObject, which is already available at Mac App Store. The sole purpose of using the former is to chop a large platform game map (like 6,400 px times 128 px) into smaller square tiles. The beauty of using this application is that it will generate a file containing lines of Objective-C code so that you can read your texture altas fairly easily with Sprite Kit.   Continue reading