Skip to content

HellicarAndLewis/TheHelloCube

Repository files navigation

Getting Started:
the project is working off the latest OpenFrameworks develop branch
https://github.com/openframeworks/openFrameworks.git develop

# -----------------------------------------------------------
# (if you do not have OF installed) 
# -----------------------------------------------------------

 	open up terminal
  	cd to the place where you want to install openFrameworks

	git clone https://github.com/openframeworks/openFrameworks.git

	cd openFrameworks/

	git fetch origin develop

	git checkout origin/develop

	git checkout develop


# ----------------------------------------------------------- 
# OF is installed... clone the project
# -----------------------------------------------------------
 	
	from openFrameworks/

   	mkdir projects
   
   	cd projects
    
   	git clone git@github.com:HellicarAndLewis/TheHelloCube.git
   
   	cd TheHelloCube
    
   	git submodule init
   
   	git submodule update

# ----------------------------------------------------------- 
# Updating
# -----------------------------------------------------------
   	
	from openFrameworks/projects/TheHelloCube
	
	git pull
   
   	git submodule init
   
   	git submodule update

About

An Interactive Installation that responds to audio input and is controlled via Twitter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published