All Projects → toolbits → Ofxwatchdog

toolbits / Ofxwatchdog

Licence: mit
[openFrameworks] A process watchdog timer for openFrameworks applications.

Programming Languages

cpp
1120 projects

Projects that are alternatives of or similar to Ofxwatchdog

Ofelia-Fast-Prototyping
Some abstractions that helps prototyping projects with the ofelia library and pure data
Stars: ✭ 21 (-72%)
Mutual labels:  openframeworks
Footfall
Application that allows you to monitor the traffic in and out of your building, using the RPi Camera and openFrameworks
Stars: ✭ 301 (+301.33%)
Mutual labels:  openframeworks
Generativenature
A VJ set which was played in Interim-Report 2nd edition
Stars: ✭ 21 (-72%)
Mutual labels:  openframeworks
ofxRunway
RunwayML + openFrameworks ☄️
Stars: ✭ 95 (+26.67%)
Mutual labels:  openframeworks
Ofxpdsp
openFrameworks addon for audio synthesis and generative music
Stars: ✭ 255 (+240%)
Mutual labels:  openframeworks
Ofxcv
Alternative approach to interfacing with OpenCv from openFrameworks.
Stars: ✭ 614 (+718.67%)
Mutual labels:  openframeworks
murmur
From sound to light, by talking to walls
Stars: ✭ 15 (-80%)
Mutual labels:  openframeworks
Ofxtweenzor
Tweening Engine for OpenFrameworks
Stars: ✭ 52 (-30.67%)
Mutual labels:  openframeworks
Ofelia
A real-time cross-platform creative coding tool for multimedia development
Stars: ✭ 269 (+258.67%)
Mutual labels:  openframeworks
Ofxstatusbar
Addon for openFrameworks to add icons and text to the statusbar of Mac OS X (needs support - see readme)
Stars: ✭ 11 (-85.33%)
Mutual labels:  openframeworks
ofxCorkCsg
A constructive solid geometry (mesh boolean) addon for openFrameworks.
Stars: ✭ 43 (-42.67%)
Mutual labels:  openframeworks
ofxAubio
openFrameworks addon for aubio, estimates beat, onset, pitch, and a few other things
Stars: ✭ 56 (-25.33%)
Mutual labels:  openframeworks
Ofxgraph
ofxGraph is a simple, easy and quick graph add-on for openframeworks.
Stars: ✭ 23 (-69.33%)
Mutual labels:  openframeworks
OpenFrameworks-and-AudioKit-HelloWorld
Creative Audio Programming with AudioKit and OpenFrameworks
Stars: ✭ 24 (-68%)
Mutual labels:  openframeworks
Awesome Generative Art
Awesome generative art
Stars: ✭ 980 (+1206.67%)
Mutual labels:  openframeworks
ofxOilPaint
An oil painting simulation addon for openFrameworks
Stars: ✭ 45 (-40%)
Mutual labels:  openframeworks
Ofxdatgui
Simple to use, fully customizable, high-resolution graphical user interface for openFrameworks
Stars: ✭ 395 (+426.67%)
Mutual labels:  openframeworks
Openframeworks
openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
Stars: ✭ 8,652 (+11436%)
Mutual labels:  openframeworks
Corruptvideo
Corrupt Video™ is an OpenFrameworks based Glitch Art Software allowing its users to glitch and record movies or to corrupt real time videos.
Stars: ✭ 49 (-34.67%)
Mutual labels:  openframeworks
Ofxgrafica
A simple and configurable plotting library for openFrameworks
Stars: ✭ 24 (-68%)
Mutual labels:  openframeworks

ofxWatchdog version 2

A process watchdog timer for openFrameworks applications.
You can watch your application's hang-up, illegal memory access,
illegal instruction, segmentation fault, zero devide, abort (uncaught C++ exception).
Then exit safely or reboot application.

If you are using openFrameworks 0.9.4 or older, please use version1_final tag version instead.



Only two functions to use:

o ofxWatchdog::boot(int msec, bool reboot, bool override, bool verbose)
o ofxWatchdog::trap(void)

Optionally you can use:

o ofxWatchdog::clear(void)



Development environment:
[version 2]
<NEW!> o MacOS X 10.14.2 + Xcode 10.1 + of 0.10.1 osx
o MacOS X 10.14 + Xcode 10.0 + of_v20181009_osx_nightly

[version 1]
o MacOS X 10.12.6 + Xcode 9.0 + of 0.9.4 osx
o MacOS X 10.11.3 + Xcode 6.2 + of 0.9.2 osx
o MacOS X 10.10.3 + Xcode 6.3.1 + of 0.8.4 osx
o ubuntu linux 14.04 LTS + Code::Blocks 13.12 + of 0.8.4 linux 64
o MacOS X 10.10 + Xcode 6.1 + of 0.8.4 osx
o MacOS X 10.9.4 + Xcode 5.1.1 + of 0.8.3 osx
o MacOS X 10.8.5 + Xcode 5.0 + of 0.8.0 osx
o MacOS X 10.7.5 + Xcode 4.6.2 + of 0.8.0 osx

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].