sun spotter 2.3

sun spotter 2.3

Sponsored Links
Sponsored Links

sun spotter 2.3

No.
Title
Catelory
Price
License
Expand All
1
Education -> Math-Science
Freeware
Sun Spotter is a very intereting tool for grabbing the latest white-light image of the Sun, taken from the SOHO web site.

The image corresponds to the sort of view you would see using a telescope equipped with a standard solar filter.

Some brief notes are included to explain what it is youre looking at.
Intended for amateur astronomers and teachers/students interested in the Sun.

2
Education -> Math-Science
Freeware
Exploring the Sun uses images from NASA, NOAA, and NSO to explore our Sun with pictures.The program uses simple instructions (buttons and switches) in order to guide students through Basic Sun information, two science experiments and a fun multiple choice test.

The information presented is very basic, but made much more interesting by actual photo images of the Sun. It has been reviewed and recommended by Sky & Telescope and Astronomy Now as a tutorial for young astronomers.
3
Dashboard-Widgets -> Miscellaneous
Freeware
Phoenix Suns widget will show the date using the Phoenix Suns alternate orange jerseys.
4
Multimedia-Design -> Audio
Demo
MachFive is truly the universal sampler. For sound design, music production or broadcast, MachFive delivers the perfect balance of superb audio quality, speed of operation, and across-the-board compatibility.

The most critical thing you need from a sampler is easy access to your sounds.
MachFive offers unprecedented sound bank management, helping you concentrate on the music not file handling chores on your hard disk. MachFive always remembers where your sounds are located, and it has been optimized for browsing and loading libraries. Even multi-gigabyte libraries are quickly and efficiently scanned.

Whats New in This Release:

· This is a maintenance update of MachFive 1.2.3.
· It provides Tiger OSX compatibility for all plug-in formats.
· However, this version is backward compatible to OSX 10.3.9.
· This version also adds support for publishing MOTU Symphonic Instrument (MSI) banks for use within MachFive.



5
Education -> Math-Science
GPL
MPQC is the Massively Parallel Quantum Chemistry Program. It computes properties of atoms and molecules from first principles using the time independent Schrödinger equation. It runs on a wide range of architectures ranging from individual workstations to symmetric multiprocessors to massively parallel computers. Its design is object oriented, using the C++ programming language.

Here are some key features of "MPQC":

· Closed shell, unrestricted and general restricted open shell Hartree-Fock energies and gradients
· Closed shell, unrestricted and general restricted open shell density functional theory energies and gradients
· Second order open shell perturbation theory (OPT2[2]) and Z-averaged perturbation theory (ZAPT2) energies.
· Second order closed shell M?ller-Plesset perturbation theory energies and gradients.
· Second order M?ller-Plesset perturbation theory including an R12 correlation factor using an auxilary basis set [(ABS) MP2-R12]. Energies of closed-shell systems are supported.
· Robust internal coordinate geometry optimizer that efficiently optimizes molecules with many degrees of freedom. Nearly arbitrary internal coordinate constraints can be handled.


Whats New in This Release:

· Common Component Architecture interfaces for energies and integrals are now available.
· Updated to a more recent version of the EMSL basis sets. This will change results in many cases.
· Polarization consistent basis sets added.
· Test suite inputs and results have been moved from a separate file into the main release.
· "make" targets are now available to automatically check results.
· "mpqcrun" can be used to simply starting MPQC runs, particulary parallel runs.
· Complementary Auxiliary Basis Set (CABS) version of the MP2-R12 method [see Chem. Phys. Lett. 395, 190 (2004)].
· MP2-R12/A method with split virtual space (virtual orbitals constructed from a separate Gaussian basis).
· Novel Brillouin condition-free versions of the MP2-R12/A method.
· A new exception infrastructure has been added.
· Numerous numerical improvements, compiler bug work-arounds, and bug fixes.
· Checkpoint files made with earlier versions of MPQC utilizing more than one processor will not work 2.3.0 or later versions.



6
Development -> Libraries
FREE
Freeware
Free and open source software font engine for your Mac

FreeType is a software font engine that is designed to be small, efficient, highly customizable, and portable while capable of producing high-quality output (glyph images).

FreeType can be used in display servers, font conversion tools, graphics libraries, text image generation tools, and many other products as well.

Note that FreeType is a font service and doesnt provide APIs to perform higher-level features like text layout or graphics processing (e.g., colored text rendering, ‘hollowing’, etc.). However, it greatly simplifies these tasks by providing a simple, easy to use, and uniform interface to access the content of font files.

By default, FreeType supports the following font formats.
· TrueType fonts (and collections)
· Type 1 fonts
· CID-keyed Type 1 fonts
· CFF fonts
· OpenType fonts (both TrueType and CFF variants)
· SFNT-based bitmap fonts
· X11 PCF fonts
· Windows FNT fonts
· BDF fonts (including anti-aliased ones)
· PFR fonts
· Type 42 fonts (limited support)

NOTE: Freetype is licensed under the terms of the BSD License and GPL License.

Features of "FreeType":

· FreeType provides a simple and easy-to-use API to access font content in a uniform way, independently of the file format. Additionally, some format-specific APIs can be used to access special data in the font file.
· Unlike most comparable libraries, FreeType supports scalable font formats like TrueType or Type 1 natively and can return the outline data (and control instructions/hints) to client applications.
· The design of FreeType is based on modules that can be either linked statically to the library at compile time, or loaded on demand at runtime. Modules are used to support specific font formats, or even new glyph image formats!
· FreeType was written with embedded systems in mind. This means that it doesnt use static writable data (i.e., it can be run from ROM directly), and that client applications can provide their own memory manager and I/O stream implementation.
· The FreeType core API provides simple functions to access advanced information like glyph names or kerning data.
· A full-featured and efficient TrueType bytecode interpreter. The engine is able to produce excellent output at small point sizes. This component has been extremely difficult to get right, due to the ambiguous and misleading TrueType specification. However, we now match Windows and Mac qualities.
· For those who dont need or want to use the bytecode interpreter for TrueType fonts, we developed our own automatic hinter module. It is also used by other scalable formats.
· FreeType provides information that is often not available from other similar font engines, like kerning distances, glyph names, vertical metrics, etc.

Requirements:

·

Changes from previous version

· If the library was compiled on an i386 platform using gcc, and compiler option -O3 was given, `FT_MulFix sometimes returned incorrect results which could have caused problems with `FT_Request_Metrics and `FT_Select_Metrics, returning an incorrect descender size.
· Pure CFFs without subfonts were scaled incorrectly if the font matrix was non-standard. This bug has been introduced in version 2.3.6.
· The `style_name field in the `FT_FaceRec structure often contained a wrong value for Type 1 fonts. This misbehaviour has been introduced in version 2.3.6 while trying to fix another problem. [Note, however, that this value is informative only since the used algorithm to extract it is very simplistic.]
· Two new macros, FT_OUTLINE_SMART_DROPOUTS and FT_OUTLINE_EXCLUDE_STUBS, have been introduced. Together with FT_OUTLINE_IGNORE_DROPOUTS (which was ignored previously) it is now possible to control the dropout mode of the `raster module (for B&W rasterization), using the `flags field in the `FT_Outline structure.
· The TrueType bytecode interpreter now passes the dropout mode to the B&W rasterizer. This greatly increases the output for small ppem values of many fonts like `pala.ttf.

7
Utilities -> Others
$29
Demo
Avenir is a suite of tools for writers. It includes an outliner with full search capabilities and the ability to organize scenes by date, actor or chapter.

It also includes an editor that allows you to annotate any section of the text you like to keep notes.

Built for Fiction
Avenir enables you to manage the creative process like never before. You can track, tag and filter characters, scenes, locations, research and more with the unique dynamic outline. It even provides special tools for fiction writers like word frequency counting and a progress meter to help you meet your daily writing goal.

Annotations
No more Post-It notes and cramped scrawl in the margins of pages. Avenir lets you annotate and bookmark any text in your chapters. You can even add pictures to your annotations!

Intuitive Aqua Interface
Avenir sports a beautiful native Aqua interface that is both intuitive and powerful, applying a familiar three-pane design to create a revolutionary approach to novel writing.

Smart Views
Simple, meet powerful. You can filter any view in Avenir using a comprehensive set of built-in properties or apply your own tags for maximum flexibility. Instead of deleting scenes, just tag them to save for later. Keep multiple versions of scenes or entire chapters. The possibilities are limited only by your imagination.

From Inception to Publication
Avenir is a complete solution for fiction writers, with powerful features to help you manage your project from the initial brainstorming session through the process of finding an agent.

Built Exclusively for the Mac
Avenir is built from the ground up for OS X using Apples Cocoa framework so it can take advantage of the worlds most advanced operating system. Avenir integrates with Apple Backup, Spotlight and more.

Limitations:

· You can launch the program up to thirty times, so you can kick the tires, take some notes, and get into the groove of writing. Once you discover the power of its flexible, dynamic outline an ordinary word processor will seem like a toy. And you can purchase Avenir directly from the application or by visiting our web store.


Whats New in This Release:

· File format changed with 2.3.4.
· You can now annotate text anywhere in your projects
· Fixed a crash when removing link in non-Chapters view
· Fixed an autosave problem experienced by some users
· Fixed a scrolling problem when arrowing past bottom item in a list
· Fixed filtering operators for Scenes smart views
· Switched default font to Times New Roman
· Fixed backup to .mac
· You can now undo past saves
· You can now print multiple chapters at once
· Print output in chapter editor is no longer affected by the zoom level
· Fixed intermittent text corruption while scrolling in chapter editor
· Fixed a problem where the file type could be wrong during save
· Improved behavior of text highlighting
· Improved performance when typing in annotated text
· Improved behavior of the progress meter
· Improved registration for French users
· Fixed a spotlight importer error
8
Multimedia-Design -> Video
$24
Shareware
Still Life is a stand-alone application that enables users to pan and zoom over digital images and thereby produce a video for use in iMovie, iDVD or any other multimedia project.

Still Life allows users to take multiple "shots" of an image, pan along a curve and rotate the "camera" if needed.

Now with the OpenGL high quality rendering Still Life rivals applications costing hundreds of dollars. Still Life is also compatible with iMovie 2, 3, 4 and 5 (iMovie HD).

Limitations:

· A watermark is added over any video export.


Whats New in This Release:

· Fixed an image handling issue on Tiger that caused corrupted output.
· Fixed a texture management bug that caused crashes on dual processor machines.



9
Utilities -> Others
Freeware
Update Toast 5.2.1 Titanium or later to 5.2.3 (compatible with Mac OS 9.1 and higher, including Mac OS X v10.3 )

Toast 5.2.3 Titanium enables the Buffer Underrun Prevention option for combination DVD+R/RW and DVD-R/RW recorders when using -R/RW media.

Buffer Underrun Prevention is not an option when using +R/RW media, since the recorder uses the built-in error prevention that is part of the +R/RW specification.

This updater is intended to address buffer underrun prevention problems with certain DVD recorders and is not cumulative with the Toast 5.2.1 updater. Roxio recommends that Toast 5.2.1 be applied prior to this update.
10
Multimedia-Design -> Graphics
$39
Shareware
Render-Boy is an integrated object based 3D boolean solid modeler and photo-realistic "ray-tracing" renderer. What does that mean? Well, using Render-Boys simple graphic user interface, you can create photo-realistic 3D graphics in an intuitive what-you-see-is-what-you-get (WYSIWYG) point&click fashion.

Render-Boy is designed to be small and efficient, so it works great on all PowerMacs.

Limitations:

· Unregistered copies of Render-Boy are fully functional, but will display a white X on any renderings you create.
· This output marker does not limit your ability to evaluate the output, so you can fully test and evaluate Render-Boy before you decide to purchase it.
· Of course, the white X will go away once the software is registered.


Whats New in This Release:

· Version 2.3.1 now improves DXF 3D geometry support with much faster rendering of DXF objects.
· Speed increases of 2X to 5X are typical. For example, the rendering time of this sample image on a Dalmation iMac decreased from one hour to about 11 minutes.
11
Multimedia-Design -> Multimedia
$14
Demo
Wii Transfer will easily convert movies for viewing on your Nintendo Wii.

The demo mode will not export the sound track for movies. To remove this restriction, please buy Wii Transfer online.

Here are some key features of "Wii Transfer":

· Share music and pictures to your Wii over local network.
· Works with MP3s or unprotected AAC files, including iTunes Plus
· iTunes playlist support and browsing by album.
· Preferences for picture sharing transitions and image duration.
· Show album cover artwork in the music sharing interface.
· Convert movies for playing in Wiis Photo Channel.
· Copy movies to SD card automatically if connected.
· Browse and convert iTunes video podcasts from within Wii Transfer.
· AppleScript support for automated conversions.
· Backup saved game files to your Mac automatically.


Whats New in This Release:

· A bug fix update is ready for all Wii Transfer customers, especially recommended if you are taking advantage of the AAC support in version 2.3.


Whats New in This Release:

· Fixed broken Require password preference.
· Fixed missing images when not using iPhotos Copy files to iPhoto preference.
· Added new Bubbles transition choice to picture sharing.
· Movie conversion uses less memory while processing files.
· Improved compatibility with connecting to Wii Transfer from outside the local network.
· Improved reliability of finding album cover artwork.
· New bookmark link and instructions for registered users.
· Increased maximum photos per iPhoto album to 2000.
· Additional bug fixes and minor improvements.
12
Business-Finance -> Business
US$40000
Trial
Web 2.0 Document Management and Collaboration Solution for OpenOffice.org

O3Spaces Workplace brings document management and document collaboration features to OpenOffice.org / StarOffice and Microsoft Office, including real-time version control, automated check-in/check-out and document security.

O3Spaces Workplace offers you freedom of choice. You can use the office suite of choice on your (Mac OS X, MS Windows, Linux or Solaris based) computer, and have O3Spaces Workplace offer its unrivaled user friendly Document Management and Document Collaboration solutions for (distributed) departments, w

Features of "O3Spaces":


End user friendly Document Management & Collaboration
O3Spaces Workplace provides convenient and easy to use functionality to bring document management and document collaboration to your desktop. Whether you prefer browser based access, direct office suite integration or no hassle desktop connectivity, O3Spaces Workplace provides multiple access points to ensure you can have all the benefits from a document management system without the pains.

Web 2.0 AJAX web-client
O3Spaces’ web based workplace environment provides the main graphical user interface that can be accessed with a web browser. It presents organized easily accessible workspaces for teams, workgroups and projects. It houses powerful advanced search functions that allow full text search of ODF, PDF and MS Office documents.

Desktop integration
Stay up to date without having your web browser open. The O3Spaces Workplace Assistant provides real-time notification on all relevant changes in your workspaces. Furthermore, the assistant automates all necessary document retention and versioning activities when you work on your documents. It provides easy navigation to your workspaces, allows for off-line work and offers direct control on your locked files.

OpenOffice.org / StarOffice & Microsoft Office integration
Open shared files from your workspaces, or publish your document to a team-site directly from your Office application. Review document versions, add comments and stay up to date. Collaborate and enhance your office productivity without having a web browser open. Turn OpenOffice.org / StarOffice or Microsoft Office into an enterprise grade web2.0 document centric collaboration environment.

Template Management
For OpenOffice.org the O3Spaces Workplace offers integrated Template Management enabling the automated versioning and distribution of document templates through your organization. Based on the roles and rights system OpenOffice.org users get a personalized and up to date overview of the document templates that are relevant and available to them. Newly added templates automatically appear in the office clients and the Workplace document repository versioning system ensures that everyone is always using up to date document templates.

OpenSearch
The Workplace document repository is searchable by external systems and portals through our implementation of the OpenSearch specifications. This means that your documents and therefore your current information is easy to find while remaining securely stored in the the Workplace repository.

Document security
Document security is of paramount importance for any organization. The O3Spaces Workplace provides document security on different levels:
Document security – Access control: The Workplace allows you to control access to information through the integrated roles and rights management system. From Workspace-level access control to setting the permissions on a folder, you can enforce to what extent your documents can be accessed.

Document security – Secure Connections: When your mobile workforce accesses documents on the road or from your clients premises, you want to be ensured no information gets lost, or otherwise exposed or accessed along the way.

The Workplace can operate on encrypted (https) connections or if so desired in a vpn scheme, thus ensuring that your information is safe on its journey along the digital highway.

Server Migration & Redeployment
O3Spaces Workplace strives to be scalable and flexible in all its facets. As an example, the Workplace sports administrative tools that enable you to easily move an entire Workplace and all its Units, Workspaces and documents to a new server. Also it allows you to easily scale up and distribute you deployments as needed.

Mission critical information
The Workplace can be configured at different levels regarding High Availability (HA) and failover. Depending on the Server OS youre running O3Spaces and its Partners can ensure that your mission critical information is available and safeguarded against, hardware failures and eventualities.

LDAP Integration
Your organizations user and credential management can be imported from your existing LDAP deployment. The Workplace supports various standards, such as, OpenLDAP, Active Directory, Sun Directory Server and Novell Directory Server.

The structure in your LDAP implementation can give you a head start in the deployment of the Workplace, since your LDAP Units, Groups and Users can be automatically imported and synchronized.

Workspace-, folder- and file-links availability
A very usable feature in O3Spaces Workplace are workspace-, folder- and file-links that are available in the Workplace browser environment, as well as in notification messages. These convenient URLs facilitate easy communication and notification regarding workspaces, files and folders, giving users single click direct access to relevant information.

Application Embedder
O3Spaces Workplace incorporates an application embedder that enables the integration of external web applications, wikis and websites in the Workplace environment. With this feature O3Spaces customers can leverage their web applications integrated in the user-friendly Workplace environment to realize a fitting solution.

Cross platform
O3Spaces provides you the freedom of choice, whether you use a Linux, Solaris, Windows or Mac desktop, O3Spaces will provide its full range of functionality, web-client, desktop integration and Office integration.

Localizations
Working in your own native language. O3Spaces supports multiple interface languages (English, Dutch, French, German, Japanese, Spanish, Swedish and Polish) and new localizations can be added easily.

Requirements:

·

13
Business-Finance -> Business
$495
Demo
ProjectMaker Personal Edition: Built for the individual entrepreneur.
All the features of ProjectMaker Pro without the networking and remote access capabilities. No additional software needed. Get up and running quickly.

ProjectMaker Pro: Built for the organization ProjectMaker Pro is a full-featured business management and inventory tracking application built for the Mac OS and Windows XP. A multi-user business system designed for the Special Event and Entertainment Industries, it is based on Filemaker Pro. Its is easy to learn, intuitive to use and simple to maintain. Offering built in remote access, multi level security and password admission in a cross- platform, server based environment. ProjectMaker Pro is designed to be more than just inventory and project tracking software. Whether its an Account Executive adjusting an order, a Shop Foreman adding important details about a piece of equipment or the Business Manager updating customer information, ProjectMaker becomes the collaborative environment where your entire company contributes to a Projects success.

Here are some key features of "ProjectMaker Personal Edition":

· Track all aspects of your projects, rentals, sales and repairs.
· Produce and track bids, invoices and change orders.
· Assign project managers and crew.
· Keep all your data accessible
· Attribute subs and purchases to the correct project.
· Easily review past jobs and purchase orders.
· Track current and past pay rates
· Venue notes and urls readily available.
· Determine a clients revenue and profit.
· What gear is making you money
· and whats sitting on the shelf.
· Find frequently sub-rental items.


Limitations:

· 30 day trial.


Whats New in This Release:

· Version 2.3 incorporates a number of fixes as well as new features that have been requested by our clients. This is the first version to incorporate Barcode scanning for equipment inventory and upgrading to Version 3 , that supports full Barcode implementation, will be greatly simplified. In fact, upgrade procedures for all previous versions have been greatly streamlined and thanks to our updated .mac site, turnaround times can now be less than a day including sending and returning your files. Additional features include:
· Added functionality to the Project Rental Basis. The user is now given the option to automatically update all existing equipment records for the project when changing the Project Rental Basis
· Added Rental Contract Text to default company text fields and corresponding text to a new Rental Contract equipment list.
· Added manifest value multiplier to login and manifest value to the notes layout in Inventory.
· Updated built in ZIP code file. to 4/06.
· Added Individual Item Discount as a percentage.
· Added missing Zip Code label to new company layout, when creating a new company from the New Project page.
· Changed the fields on both Invoices and Change Orders from Install and Strike to Leave Shop and Return Shop.
· Added date checking script to new projects and to booking scripts. This checks to make sure that beginning and ending project dates are less than 191 days and displays a warning message if necessary.
· Fixed page layout for the equipment inventory utilization report. All information is now displayed.


14
Utilities -> Others
FREE
Freeware
A gamma control application program.

DarkAdapted modifies your screen gamma settings so that you may, for example, preserve your dark adaptation while using your computer.

With DarkAdapted you can also export and import gamma presets to and from disk files.

Features of "DarkAdapted":

· DarkAdapted is free of charge (but remains copyrighted by Stephen E. Hutson).
· Customizable gamma presets. Use predefined settings, create your own, and manipulate your presets with ease.
· High-resolution sliders allow you to adjust red, green, and blue video components individually and in real time.
· Small screen mode hides advanced controls, minimizing the use of valuable screen real estate. The Main Window may also be hidden entirely.
· Select a preset by typing the first few letters of its name.
· Export and import gamma presets to and from disk files. Sample presets files are included with the download.
· Full AppleScript support (on Mac OS), including a sample AppleScript with the Mac OS download.
· "Gama Toggle" keys offer a quick return to full brightness. Modifier keys are full assignable.
· Switching to gamma presets is performed via smooth fades, never abrupt shifts in screen color or brightness.
· Gamma fade duration is user-configurable (from instantaneous to two seconds), and slider controls may be set to update in real time during the fade.
· Control console "remembers" its position on your screen.
· Saved gamma preset is restored when DarkAdapted is launched, and reset when DarkAdapted quits.
· Manual refresh preference can override gamma adjustments made by screen savers or other software.
· Automatic or manual checking for updates via the Internet.
· Useful display features show gamma changes effects on selected text, as well as text on different backgrounds.
· Useful numeric and graphical readouts of gamma values.
· Includes the same powerful night vision technology as ScopeDriver, a full featured telescope control program.
· And many other time savers and productivity enhancers.

Requirements:

· At least 25 MB available hard disk space.
· Compatible monitor and video card.

Limitations:

· You can use Pros options for 10 minutes.

Changes from previous version

· This final candidate expires on 01 November 2008.
· This is a final candidate release. If no serious issues are reported, this will become DarkAdapted 2.3.4.
· Mac: Hotkeys may now be single function keys.
· Mac: Pro Feature: Brightness hotkeys may now adjust by a percentage value, if desired.
· Mac: Pro Feature: Preset Sets can be set to apply at startup, which overrides the application preference Restore previous gamma values on program launch. Startup Preset Sets may be specified in the Edit Preset Sets window.
· Scheduling has been enhanced: If the machine wakes from sleep — and multiple events were scheduled to occur during the sleep time — DarkAdaped Pro now only implements the last unimplemented event. Previously, several “missed” events could occur in rapid succession when waking the machine from sleep.
· Scheduling has been enhanced: When first launching DarkAdapted Pro or closing the Scheduling window — and when scheduled events are enabled — DarkAdapted Pro now checks to see which “past” event should be active, and implements that event.
· Scheduling has been enhanced: Edit Event window’s Time of Day control now allows direct numeric entry from the keyboard, in addition to changing the time’s value using the up/down arrows control.
· Edit menus Edit Presets... and Edit Preset Sets... now function without a Control Window open.

15
Multimedia-Design -> Audio
Freeware
Apple Logic Pro is an advanced music creation and audio production tool. Logic Pro 7 features new instruments and effects, state-of-the-art loop composition tools as well as optimizations for the PowerPC G5 processor and Mac OS X, forming a highly productive system that will change the way you compose, record, edit and mix music in any studio environment. The latest version provides near unlimited processing resources through the simple addition of Macintosh computers.

Whats New in This Release:

· Addresses performance issues when Logic Pro 7 is used on Mac Pro and G5 Quad computers.
· Logic Pro 7.2.3 is recommended for all Mac Pro and G5 Quad users.
· An existing Logic Pro 7.2.1 or Logic Pro 7.2.2 installation is required for this update.


16
Multimedia-Design -> Audio
Freeware
Create your own music using an advanced spectrum of features and tools for computer based music production. Logic Express provides a step up from GarageBand for aspiring musicians, producers and composers without breaking the bank. With the same flexible layout as Logic Pro, you can dive deeper into the creation and manipulation of audio and MIDI.

Whats New in This Release:

· Addresses performance issues when Logic Express 7 is used on Mac Pro and G5 Quad computers.
· Logic Express 7.2.3 is recommended for all Mac Pro and G5 Quad users.
· An existing Logic Express 7.2.1 or Logic Express 7.2.2 installation is required for this update.


17
Games -> Others
$24
Shareware
Its Sun vs. Moon in these innovative takes on great classic games. Play Checkers, Chess, Reversi, Mancala, Backgammon, 4-in-a-Row and Tic-Tac-Toe against the animated computer opponents, via email with friends, or online with new friends from around the globe!

The Big Bang Board games are the start of a whole new universe of casual gaming. Visually stunning and featuring incredibly tight integration with Apple technologies.

Here are some key features of "Big Bang Board Games":

· Built to work seamlessly with Mac OS X, these games talk to your "iApps" to give you the coolest computer board game experience ever!
· iTunes - Play and manage your iTunes songs within the games.
· Mail & Address Book - The games talk to your Macs email program making it simple to send game turns to friends.
· iChat - Your Buddy List appears in the game so its easy to invite a Buddy to a match.
· iSight - Share pictures with your buddies from within the game!
· GameSmith - Meet other players on the free GameSmith matching service.


Limitations:

· 10 Launches Permitted.


Whats New in This Release:

· Adds compatibility fixes for the registration system.


18
Word-Processing
Freeware
19
Word-Processing
$25
Shareware
20
Word-Processing
Freeware
My Software
You have not saved any software. Click "Save" next to each software to save it to your software basket
Related Information
Sponsored Links
TOP POPULAR DOWNLOAD