AntiMap
AntiMap copied to clipboard
The AntiMap is an Open Source creative toolset for recording and visualising your own data. The project currently consists of a smart phone utility application (AntiMap Log) for data capture, and a co...
About##
The AntiMap is an Open Source creative toolset for recording and visualising your own data. The project currently consists of a smart phone utility application (AntiMap Log) for data capture, and a couple of web/desktop applications (AntiMap Simple and AntiMap Video) for post analysis and data visualisation.
About AntiMap Log##
AntiMap Log is a smart phone utility application for ‘recording’ your own data.
####Android/Processing:####
- Created in Processing 1.5.
- Requires: Android SDK (http://wiki.processing.org/w/Android).
- Libraries: apwidgets.jar (http://code.google.com/p/apwidgets/) & triangulate.jar (http://wiki.processing.org/w/Triangulation) to be added to the 'code' folder.
- Permissions: ACCESS_FINE_LOCATION, WRITE_EXTERNAL_STORAGE
####iPhone/Openframeworks:####
- Created in Openframeworks 007.
- Addons: ofxTBiPhone, ofxTBDelaunay, MSAShape3D (https://github.com/memo/msalibs/tree/master/MSAShape3D)
- Custom properties to add: Under TARGETS > AntiMapLog, under the 'Info' tab, where it says 'Custom IOS Target Properties' you need to add 'Application supports iTunes file sharing' and set to 'YES'.
About AntiMap Simple##
AntiMap Simple is a HTML5/ProcessingJS demo that visualises data from the AntiMap Log mobile application. To test it out on your local machine you need to be running localhost, or alternatively upload somewhere.
####Includes:####
- Sample data from AntiMap Log mobile application- "040811_1153_30.csv".
- Inline processingjs code in the index.html (doesn't require Processing app to edit)
- AntiMapSimple.pde for editing in Processing
- processing-1.3.6.js library
If you don't want to work with the inline processingjs code, switch the commented out bits in the index.html so it loads the AntiMapSimple.pde directly: