Navigation Menu

Skip to content

notlion/rake-p5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(OSX)

=== EDIT RakeFile ===

update 'P5_MAIN_CLASS' to your application class name
P5_MAIN_CLASS = "package.ClassName"

set your source paths
SOURCE_PATHS = ['src', 'and', 'any', 'other', 'source', 'folders']

set your library path
LIBRARY_PATH = 'library'


=== TO USE ===
    
install rake

$ sudo gem install rake

then

$ rake run

or

$ rake build

About

Build Processing sketches from the shell with rake

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages