Recent comments
Recent topics
|
10.5Release: GL Tools, v1.6
Release Type:
Production
Version:
1.6
Release Notes
Changes since 1.5
Thanks to @toneburst, @gtoledo3, and @cybero for help sorting this out.
Release: GL Tools, v1.5
Release Type:
Production
Version:
1.5
Release Notes
Changes since GLTools 1.4
Release: Alpha Blend Mode, v1.0
Release Type:
Production
Version:
1.0
Release Notes
This plugin adds an "Alpha" option to the Blending menu of most Consumer patches. Useful to draw nice antialiased GL Lines, for example. (This feature was part of GLTools up through version 1.4.)
hex2color (Composition by .lov.)Composition Title: hex2colorhex2color macro makes RGB color from 6 character hex string (WebColor) with javascript. MouseGraph (Composition by .lov.)Composition Title: MouseGraphA simple composition, draw lines like the mouse moves, draws a circle when mouse not moved after 1sec. Inspired by: http://iographica.com/ Requires:
JSNormalizer (Composition by cybero)Composition Title: JSNormalizerThis virtual macro takes any input between -1 to 1 and normalises that number range to be between 0 to 2. This is useful when one is feeding dynamic data of such a range that one wishes to visualise using objects that do not much appreciate negative numbers. Thus one can stop one source of sig exec faults before they ever start.
UnEscape URL String (Composition by cybero)Composition Title: UnEscape URL StringThis composition is a virtual macro that turns the encoded multiple word URL information back into plain readable text - thus the search term is displayed in plain readable form, rather than with %20 for spaces. Attached demo is basically a revamp of the JSON structure demo, uses and requires the JSON and Kineme File Structure patch. Shows the use of both the Escape and UnEscape URL patches. Credit of course, to smokris for the original JSON demo and Escape URL patch.
Escape URL String (Composition by smokris)Composition Title: Escape URL StringEncodes a string for embedding within a URL. Spaces become %20, et cetera.
JSON To Structure (Composition by smokris)Composition Title: JSON To StructureConverts a JSON string input into a Structure. Useful in conjunction with the Kineme FileTools "String With URL" patch, to produce an alternative to the built-in XML Importer patch. An example composition is attached, using this patch to parse the results of a Yahoo Search API query.
Image Energy (Composition by smokris)Composition Title: Image EnergyPerforms a 2D spatially-restricted normalization of the input image, to provide an even-contrast output image. Useful for getting some discernable output, if you have some random image that's either really dark or really bright. Possibly also useful as preprocessing for some computer-vision algorithms.
|