Skip to content
This repository has been archived by the owner on Jun 25, 2021. It is now read-only.

Introduction

epreston edited this page Oct 9, 2011 · 2 revisions

Based on the content from arbor.js.

PSArborTouch is a graph visualization library built with GCD and Objective-C. Rather than trying to be an all-encompassing framework, PSArborTouch provides an efficient, force-directed layout algorithm plus abstractions for graph organization and screen refresh handling.

It leaves the actual screen-drawing to you. This means you can use it with Quartz, Core Animation, or even positioned UIView's; whatever display approach is appropriate for your project and your performance needs.

As a result, the code you write with it can be focused on the things that make your project unique – the graph data and your visual style – rather than spending time on the physics math that makes the layouts possible.

Clone this wiki locally