public
Description: A Nu plugin for the Acorn image editing tool.
Homepage: http://programming.nu
Clone URL: git://github.com/timburks/nuacorn.git
name age message
file Info.plist Sat Aug 09 17:17:48 -0700 2008 Initial commit. [timburks]
file LICENSE Sat Aug 09 17:17:48 -0700 2008 Initial commit. [timburks]
file Nukefile Sat Aug 09 17:17:48 -0700 2008 Initial commit. [timburks]
file README Sat Aug 09 17:17:48 -0700 2008 Initial commit. [timburks]
directory examples/ Fri Sep 05 14:34:00 -0700 2008 minor renaming of macros, added Nu console to N... [timburks]
directory nu/ Fri Sep 05 14:34:00 -0700 2008 minor renaming of macros, added Nu console to N... [timburks]
directory objc/ Sat Aug 09 17:17:48 -0700 2008 Initial commit. [timburks]
directory x/ Sat Aug 09 17:17:48 -0700 2008 Initial commit. [timburks]
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.