Skip to content

neilpanchal/Luma

Repository files navigation

Luma

*Documentation is work in progress.*

Luma is a procedural palette generator library for Processing language.

Download it from the Distributions folder.

Fork it on Github: Github Repository

Installation

How to install library Chroma

Install with the "Add Library..." tool

New for Processing 2.0: Add contributed libraries by selecting "Add Library..." from the "Import Library..." submenu within the Sketch menu. Not all available libraries have been converted to show up in this menu. If a library isn't there, it will need to be installed manually by following the instructions below.

Manual Install

Contributed libraries may be downloaded separately and manually placed within the "libraries" folder of your Processing sketchbook. To find (and change) the Processing sketchbook location on your computer, open the Preferences window from the Processing application (PDE) and look for the "Sketchbook location" item at the top.

Copy the contributed library's folder into the "libraries" folder at this location. You will need to create the "libraries" folder if this is your first contributed library.

By default the following locations are used for your sketchbook folder: For Mac users, the sketchbook folder is located inside ~/Documents/Processing. For Windows users, the sketchbook folder is located inside My Documents/Processing.

The folder structure for library Chroma should be as follows:

Processing
    libraries
        Chroma
              examples
              library
                    Chroma.jar
              reference
              src

Some folders like "examples" or "src" might be missing. After library Chroma has been successfully installed, restart the Processing application.

If you're having trouble, have a look at the Processing Wiki for more information: http://wiki.processing.org/w/How_to_Install_a_Contributed_Library

License

The MIT License (MIT)

Copyright (c) 2015 Neil Panchal, http://panchal.io

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Luma is a procedural palette generator library for Processing.

Resources

License

Stars

Watchers

Forks

Packages

No packages published