About Me

  • Adam Behringer

    Seattle, Washington USA

    Adam is the founder of BEEDOCS, an artisan software company that makes great timeline software for Mac OS X.

  • Enter your e-mail to receive blog updates:

Previous Posts

BEEDOCS Shirts

  • Bleached Bee T-Shirt

Archives

Timeline 3D for OS X Yosemite Beta

Wednesday, October 22, 2014

Last week, Apple released OS X Yosemite and I published the first beta of new the new Timeline 3D for OS X Yosemite. After you upgrade your Mac, please try the new Timeline 3D.


www.beedocs.com/beta

The beta will be free while I iron out the bugs and put the finishing touches on the iOS 8 product that goes with it. This is a good time to send me feedback about any bugs you find.

Why the rewrite?

The new version is an almost complete rewrite of the code base (the last rewrite of this scale was the “T2” release back in 2007). I have been working on this release for about three years. Some of the features have found their way into the iOS releases during that time.

A few people asked for more details on why a rewrite was necessary. The main reason is that the iOS version and the Mac version of Timeline 3D shared about 5% of their code base and the other 95% was different for each platform. This is because the Mac version was written before iOS existed and many of it’s technologies are not available on iOS. It is difficult for me to develop new features and fix bugs when the products are completely different behind the scenes.

The new versions have about 85% of the code in common. All of the date parsing, document storage, layout, rendering, and exporting code is now common. For example, when I recently improved the way date parsing works in Chinese, that improvement was applied to both platforms.

In this effort, and also in the effort to remove my dependence on technologies that have been deprecated or fallen out of favor, I swapped out many of the core technologies for newer technologies.

Here are some of the frameworks that were major components of Timeline 3D and have now been removed:

  • Core Data
  • Quartz Composer
  • Garbage Collection
  • Quicktime

In their place, I have added modern Apple technologies such as:

  • iCloud compatibility
  • Auto-saving with versioning
  • OpenGL
  • Automatic Reference Counting (ARC)
  • AVFoundation
  • Sandboxing

Obviously, the user interface has changed quite a bit too. I’ve discussed some of those changes on this blog. The main idea behind the changes is to address the most common issues customers have as well and standardizing on a user interface that can scale from phones to 5k iMacs.

If you have any questions or concerns about the new version, please send me an e-mail. I realize that it will be a transition and will cause some inconvenience, but I hope that the new architecture will serve us all well for the next 5-10 years.

Labels: , , , , ,

Pricing — Timeline 3D for OS X Yosemite

Thursday, October 16, 2014

When I announced the new versions of Timeline 3D, I received a lot of feedback about pricing. Thank you to everyone who sent a thoughtful reply. I enjoyed interacting with you and if helped refine my thinking.

I described the new pricing model as “freemium” and described an option to pay a small fee per export. Even though I also described an option to pay one price to unlock everything, the “freemium” description caused a bit of panic.

My goals remain the same:

  • Allow anyone to try the software for free
  • Allow most customers to unlock the complete set of features for a reasonable price.
  • Give less expensive options to people who only want to use Timeline 3D for one particular project (like a school project).

So, here is my latest plan…

Included for free:

  • Creating timeline
  • Editing timeline
  • Saving and Syncing
  • Presenting 3D timelines on your Mac or with AirPlay

Unlocking the exporting and rendering features require a purchase. The purchases will be handled as an in-app purchase. These are non-consumable purchases which means that unlocking a feature on one of my Macs will allow you to unlock the feature on all your Macs that are using the same Apple ID or family sharing.

Timeline 3D for iOS will contain a separate but similar pricing arrangement. If you've already purchased Timeline 3D for iOS, you will not need to pay again.

Here is the pricing sheet for the Timeline 3D for OS X Yosemite launch. The prices are subject to change in the future.

I know that education and enterprise customers are interested in a paid up-front version so that they can purchase and install Timeline 3D in bulk. I am working on a solution to that as well.

Hopefully the new pricing arrangement seems clear and fair. If you have questions or feedback, please send me an e-mail at support@beedocs.com.

Labels: , ,

Editing - New Interface for Timeline 3D

Wednesday, October 15, 2014

Here is a comparison between the legacy Timeline 3D (v3) interface for editing timeline events and the new design that will be released soon for the Yosemite update. The new design gives much more space to your content and makes it easier to see and edit multiple events at the same time.

Note the new “Color Category” feature. This allows you to quickly categorize your events with a single click. The actual colors change with the theme so you can adapt your timeline to different outputs (like printing) and still retain the category information.

Timeline 3D (v3) - Event Editing
Timeline 3D on Mac OS X Yosemite - Event Editing

Labels: , ,