Production

Production

Release: Texture, v0.5

Release Type: Production
Version: 0.5
Release Notes

This is an update to the Texture Plugin for Leopard. Procedural texture generation courtesy of the libnoise project.

Texture Patch This version is functionally identical to the 0.4 release, except that it runs on Leopard only.

Release: GL Tools, v0.3

Release Type: Production
Version: 0.3
Release Notes

This version of GL Tools contains several fixes and enhancements over version 0.2. There are both Leopard and Tiger Versions available.

  • Correct context handling
  • Better GL State management
  • Points can now be textured
  • Matrix Patch now shows up

Official-API Subpatch Support

This Official-API plugin unlocks Subpatch support for Official-API Quartz Composer Plugins. To use this in your Official-API plugins, simply add a +(BOOL)allowsSubpatches method that returns YES to allow subpatches in your patch.

Release: Spooky Send/Receive, v0.1

Release Type: Production
Version: 0.1
Release Notes
Warning: These patches are now part of DataTools. Use that plugin instead.

This is the initial release of our "Spooky" patch plugin for Leopard.

Included are two patches:

  • Spooky Send
  • Spooky Receive

Whatever you provide to the sender becomes available to the receiver. You can "tune" each sender and receiver to have multiple pairs. Multiple receivers can listen to the same sender. If multiple senders are on the same channel, the one with the highest Layer Number prevails.

As an added bonus, multi-patch applications that make use of this patch can actually pass data Between Different Renderers — that's right, you can tie all your compositions together with this patch set. Apparently this is possible ;)

This patch is named after quantum entanglement, sometimes described as "Spooky Action."

Release: GL Tools, v0.2

Release Type: Production
Version: 0.2
Release Notes

This is an admittedly hasty backport of the latest Leopard GLTools beta. It's for use on Tiger only.

New and improved patches include:

  • GL Point
  • GL Line
  • GL Spline
  • GL Triangle
  • GL Quad
  • GL Context Info
  • GL Matrix Mult

This version supports Depth sorting, Overlay blending, and Texture mapping, unlike the previous official release. Matrix Mult allows you to specify an arbitrary Transformation Matrix to the renderer.