This project aims to use persuasive techniques to increase pro-environmental behaviors, in specific to stop littering. Using projection mapping, a trash bin is given a personality and reacts to the users' actions.
Ambient sounds should be played in loop using .loop() while sound effects should be played once using .play().
To delete an object in java do:
Object a = new Object();
a = null; //after this, if there is no reference to the object, it will be deleted by the garbage collectorGithub doesn't support large files over 100MB. For this reason we need to use git lfs.
git lfs install
git lfs track data/
git add .
git commit -m "message"
git pushIf there are problems with pushing, try:
git lfs migratebrew install --cask processingWhen cloning this project, please add the data folder to the main folder. These two are separated because this project's data surpaces the bandwidth allowed by GitHub.
- Open Kinect for Processing
- Keystone
- Video
- Sound
MIT License
Copyright (c) 2021 João Alexis Gordinho Faria
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.