Skip to content

OF project for the #101nights installation of Ars Electronica 2018

License

Notifications You must be signed in to change notification settings

ramonapariciog/ArsElectronica

 
 

Repository files navigation

To install or compile the app in your computer:

  • First download the ofxCsv addon from the creator page: https://github.com/paulvollmer/ofxCsv/tree/master

  • Then copy the both folders: ofxCsv and ofxPlotter (the last one you can find it into the proyect, because was modified to work with different colors), into the "OF/addons" folder.

  • store the csv files inside the plotcsv/bin/data folder

  • Last, copy the plotcsv folder into OF/apps/myapps.

  • Create the project with the projectGenerator or Qt, to generate the makefiles, and compile with your favorite ide, or if you want to make it with terminal, move you inside the project folder and apply this command:

    make ; make RunRelease

  • have fun

About

OF project for the #101nights installation of Ars Electronica 2018

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 41.5%
  • Python 29.7%
  • Jupyter Notebook 28.8%