visual animations
Time-based Animation 1.0
Time-based Animation - Use time to control the movement of sprites more>>
Completly freeware for non-commercial use.
Visual NetTools 1.1.2
Visual NetTools is an application including network scanning, security, and administrator tools for Apple Mac to diagnose networks and control your computer’s network connections. more>> <<less
miPong [animation] 1.0
miPong [animation] brings you an effective, fast and reliable program which is an animated version of Pong. more>>
miPong [animation] 1.0 brings you an effective, fast and reliable program which is an animated version of Pong.
Visual Font 2.6
Visual Font ia a handy tool for managing font archives and much more. more>>
The new search engine is able to find all fonts contained in any folder and itssubfolders, sort them, remove duplicates, and caches the search results todisk, so that you can stop the search process and resume it later.
Therendering engine now displays and prints text using multiple lines, and hasbeen greatly improved to fit professional needs. VisualFont uses drag anddrop intensively, it can interact with the Finder, and uses the latesttechnologies provided with MacOS 8 and MacOS 9.
Enhancements:
- Version 2.6 offers a list view and has improved overall structure for speed and strength. It has been crash-tested with folders of over 6000 fonts, ensuring its stability.

Keynote Animations FX 7.0
Keynote Animations FX is considered as the newest bigger and brighter presentation tool presented by Jumsoft which adds the magic motion to your presentations and set the mood with its 180 animations. more>> <<less
Visual Automata Simulator 1.2.1
Visual Automata Simulator - DFA, NFA and TM simulator more>>
Visual Automata Simulator is a tool for simulating, visualizing and transforming finite state automata and Turing Machines.
Main features:
- Creates, simulates and transforms DFA and NFA machines
- Creates and simulates TM
- Batch tests for TM: useful features to test a bunch of files quickly!
- Easy-to-use GUI interface (multi-documents)
- Smart links between objects
- Machines can be drawn using the mouse - and resized at any time
- Multiple machines can be created in a single document
- Multiple documents can be opened at the same time
- Documents can be saved and reloaded from disk
- Debug mode to see exactly how the machine is working (each step has a different color)
- MacOS X GUI compliant.
Enhancements:
- modified for XJLibrary 1.2.5
- unit tests
- fixed a bug introduced in version 1.1.2 with epsilon transition.
VisualLimitingMagnitude 1.0
VisualLimitingMagnitude - Your eyes limiting magnitude, based on many factors more>>
LimitingMagnitude is a small application that calculates your eyes limiting magnitude, based on many factors.
CallWave Visual Voicemail 1.2
CallWave Visual Voicemail - Free visual voicemail for your mobile phone more>>
CallWave Visual Voicemail widget works with most US carriers including Cingular, Verizon and T-Mobile.
License:Freeware
Animation Toolbox 2.0
Animation Toolbox - Three Objective-C classes to easily and quickly build visual animations more>> <<less
visual-db 0.5
Database visualization tool for your Mac VisualDB is a tool for visualization of the database as tables with relations between them more>> Database visualization tool for your Mac
VisualDB is a tool for visualization of the database as tables with relations between them. At this point the developmnet focuses on PostgreSQL, but in the future we are planning on supporting other DBMS, such as MySQL, Oracle, SQLite, etc.
Enhancements
- PostgreSQL databases are supported. DB structure visualization was added.
Visual Paradigm for UML (Community Edition) 6.0
Visual Paradigm for UML (Community Edition) is a UML modeling tool more>>
Visual Paradigm for UML (Community Edition) works accordingly to the latest standards of Java and UML notations and provides the industrys full round-trip code generation and code reverse engineering support for Java.
Main features:
- Support All UML Diagrams (Class, Use Case, Collaboration, Sequence, State, Activity, Component, Deployment, Timing, Composite Structure)
- Real Time Model Validation
- Dockable User Interface
- Resource Centric Interface for better Usability
- Automatic Diagram Layout
- Sophisticated Diagram Printing Facility
- Copy Diagram Elements to System Clipboard as Image
- Export Diagram as Image (JPG, PNG and SVG Format)
- Support Sub-diagram for all UML Model
- Provide Different Look-and-Feels for User Interface
- Support Package Containment
- Textual Analysis
- Model Generation that Supports the Generation of Sequence Diagram from a Flow of Event and the Generation of Collaboration Diagram from a Sequence Diagram (and vice versa)
- Multilingual Supports.
Enhancements:
- Customizable Data-Types
- Support UML2 XMI
- Define more type of candidate class in Textual Analysis
- Element Sorting in Report Generation
- Group Diagram by Category
- Reverse Database Enhancements
- Many more enhancements.
Animation:Master Update 11.1h
Animation:Master - Cross-platform 3D animation app. more>>
Now anyone can create 3D pictures and animation at home or in the studio with Animation:Master. This remarkable program includes everything you need to create fabulous computer graphics; including complete sculpting features, powerful animation tools, superb rendering, and all this is compatible with the most popular computers (PC and Macintosh!)
Animation:Master Updater 12.0i
Animation:Master Updater updates Animation:Master 12.0 more>>
Peer Visual Update 10.4.4
Peer Visual Update - Dynamic web visuals, charts, diagrams and other visuals more>>
Peer Visual reports are constructed with a world-class interactive report building application and can be extensively customized using Vvidget Tools, a comprehensive programming framework for making paginated reports, charts, diagrams, maps and other visuals.
Output formats include PDF and other popular raster image formats.
Peer Visual can be programmed to make virtually any type of report or visual in real time.
Enhancements:
- Universal Binary for Mac OS X Intel and PowerPC.
- Addition of many autoscale and limit setting attributes.
Visual Component Framework 0.6.5
Advanced C++ application framework that makes it easy to produce powerful Mac OS X applications in C++ more>> Advanced C++ application framework that makes it easy to produce powerful Mac OS X applications in C++
Visual Component Framework is a based on a thoroughly modern C++ design and has built in support for Rapid Application Development (RAD).
The Visual Component Framework framework is designed to be portable over multiple compilers and platforms, so you dont have to lose all that work that went into writing your app for a single platform!
Main features:>
- Modern C++ design - use of modern C++ techniques like exceptions, templates (where useful), name spaces, and heavy use of the Standard Template Library.
- Advanced RTTI features that allow for such things as dynamic object creation given a registered class name or a registered UUID string that represents the class, dynamic introspection of a given objects class and listing such data as the class name, super class, the properties of the class, member methods, and implemented interfaces.
- Modular - built across several libraries as opposed to one huge monolithic library that then becomes difficult to break apart. This means that while the VCF is incredibly powerful as a framework for writing GUI based applications, if you just want to use the core features, such as threads, file IO, and RTTI you can do so, without having to have dependencies on all the GUI code.
- Easy to use, and powerful event system, suitable for console as well as GUI based applications.
- Support for Thread, Mutexes, Semaphores, Files, Streaming data, error logging, string utility functions, and other basic services. All of this is part of the FoundationKit and has no dependencies on the graphics or UI code.
- Powerful and easy to use graphics classes, plus more advanced support for anti aliased vector graphics through the use the AntiGrain Graphics libraries.
- A simple to use image loading architecture that allows multiple formats to be registered dynamically, for loading up a variety of different graphics formats. On Win32 systems the default image loading support is limited to BMP files, but by using the ImageFormats library (also a part of the VCF) a wide variety of additional image types are also supported. Currently the ImageFormats library uses FreeImage to support a image types such as .TIFF, .TGA, .PSD, .PNG, .PCX, .SGI, .MNG, .RAS, .PBM, .PPM. and many others.
- More advanced classes for customizing the drawing process by extending Stroke and Fill classes.
- A complete set of powerful GUI classes, including a common set of base classes enabling advanced custom control creation. Some of the control classes include tree controls, list controls, check box and radio controls, push buttons, single line and multi line text controls, and many others.
- A standard set of application classes for things like resources, loading windows or forms dynamically at application startup, saving of application state, a registry class for common storage of system and application information.
- Other application classes include an Undo/Redo architecture based on commands that allows for undoing and redoing commands as well as notifying other objects of the events.
- GUI controls that support both alignment and anchoring. Any control may be aligned to the top, bottom, left or right of its parent container control. Alternately controls may use their anchoring properties to anchor themselves to the left, right, top and/or bottom sides of their parent container control. In addition to control alignment, it is possible to write custom layout containers and assign them to a control to customize layout logic.
- The ApplicationKit provides a set of Model and View classes for using in MVC patterns. A series of models like the ListModel, TreeModel, and TextModel are used in controls to provide separation of the data from the UI presentation code. Because a View can be dynamically attached to a Control at runtime, it will be possible to develop "themes" in the future.
- Because of the RTTI features and the event handlers, the VCF easily supports component programming with in IDE that allow for visual development.
- The VCF tries to be as flexible as possible, allowing you to use the parts you want, and allowing for inter-operability with other frameworks. Thus VCF controls can be used inside of an MFC application if you like, or only use the graphics module for enhanced graphics features.
- No need of special preprocessor tools - if you have a reasonably complete C++ compiler then youre all set to go.
- The ability to access the low level handles for most native objects. For example, by accessing the Threads peer class, you can get a handle to the native thread handle itself. For a control, you can access the controls peer and get a handle id that represents the windowing systems native handle for a window/widget. This allows you to use platform specific calls when necessary.
Enhancements:
- This is the very first src release of the Mac OS X port of the VCF. It should build and run some of the examples, but is obviously very much still a work in progress.