public
Description: A Nu plugin for the Acorn image editing tool.
Homepage: http://programming.nu
Clone URL: git://github.com/timburks/nuacorn.git
timburks (author)
Fri Sep 05 14:34:00 -0700 2008
commit  ef7466f12fd148ae907ce1dcc3240901dbbab578
tree    af1573eeb67734b6a48b45e7aa44372f8030bdd4
parent  532d81852fd4741c507846baea6c3ac5e9d16874
name age message
file Info.plist Loading commit data...
file LICENSE
file Nukefile
file README
directory examples/
directory nu/
directory objc/
directory x/
README
This is NuAcorn, the Nu plug-in for the Acorn image-editing tool.

  For more on Acorn, see: http://flyingmeat.com/acorn
  For more on Nu, see: http://programming.nu 

Released under the Apache License, v 2.0.

Tim Burks
Neon Design Technology, Inc.
http://www.neontology.com


HOW TO USE THIS
---------------

If you have Nu and Acorn installed, just type "nuke install" in the NuAcorn top-level directory.

That will install the NuAcorn plugin, which adds three demonstration commands.

  1. Filter->Nu->Grayscale
  2. Filter->Color->Make Grayscale (Nu)
  3. Filter->Add Gray Border

See the acorn.nu source file for details.
  
Also, if you're experienced with Nu, the familiar Nu console is installed under the Acorn Window menu.

If you want to have some fun with it, open it and type the following, replacing "/Users/tim/Desktop" with the path to 
your local NuAcorn directory:
  (load "/Users/tim/Desktop/NuAcorn/examples/add_red_border.nu")

But if that's too much work for you, there's an even easier way to add plugins at runtime; check out the "Nu->Load 
Plugin from File..." menu item.