Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/moebiussurfing/ofxsurfingdataremover

openFrameworks app/add-on to periodically clean your app data. Drag and queue a list of files, and Run. Useful to remove settings files during your re-compiling process.
https://github.com/moebiussurfing/ofxsurfingdataremover

openframeworks openframeworks-addon openframeworks-application

Last synced: 12 days ago
JSON representation

openFrameworks app/add-on to periodically clean your app data. Drag and queue a list of files, and Run. Useful to remove settings files during your re-compiling process.

Awesome Lists containing this project

README

        

# ofxSurfingDataRemover
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
![Stage: beta](https://img.shields.io/badge/-alpha-red)

## Overview
**openFrameworks** add-on to clean typically your ```OF_APP/data/``` files.
Queue a list of files and folders to batch remove periodically during your coding process.

## Screenshot
![image](docs/readme_images/Capture.PNG?raw=true "image")

## Features

## Usage
- Drag the files and folders that you want to remove from your hard drive or ```OF_APP/data/``` folder.
- Run the removing process for the list.
- Clear list to create a new project.
- The list remains next time the app is opened.

## Dependencies
* [ofxSurfingHelpers](https://github.com/moebiussurfing/ofxSurfingHelpers)

Already included into _/src_. No need to add manually on **PROJECT GENERATOR**.
* [ofxClickable](https://github.com/genekogan/ofxClickable)

## Tested Systems
* **Windows 10** / **VS 2017** / **OF ~0.11**

## Author
An add-on by **@moebiusSurfing**
*( ManuMolina ) 2021*

## License
[**MIT License**](https://github.com/LICENSE)