by Alex Rozanski

My Work

Open source projects

Here are the software projects I have created and open-sourced. All of my open source projects can be found and followed for updates on GitHub, and are all licensed under the New BSD License.

PXSourceList

A Source List control for the Mac, based on the iTunes-style Source List. Has implementations for “Group” rows, badges and item-specific context menus.

View the project on GitHub, or clone the repository straight from git:

$ git clone https://github.com/Perspx/PXSourceList.git

PXListView

A fast Cocoa list view for the Mac, which optimizes the display of multiple rows in a similar way that UITableView from UIKit does on iOS.

View the project on GitHub, or clone the repository straight from git:

$ git clone https://github.com/Perspx/PXListView.git

PXNavigationBar

An iTunes-style navigation bar for the Mac, which handles hierarchical navigation of views.

View the project on GitHub, or clone the repository straight from git:

$ git clone https://github.com/Perspx/PXNavigationBar.git