Sometimes I like to pretend to be an Olenellus fremonti evolving into an Olenellus mohavensis, just for fun – although I usually can't walk for days afterwards.
eco-nft. A basic guide to ecofriendly CryptoArt (NFTs)
710ai-resources. Selection of resources to learn Artificial Intelligence / Machine Learning / Statistical Inference / Deep Learning / Reinforcement Learning
624ofxMSATensorFlow. C++ openframeworks addon and examples integrating Google's TensorFlow numerical computation and machine learning library
461webcam-pix2pix-tensorflow. Source code and pretrained model for running pix2pix in realtime on a webcam feed.
361ofxMSAFluid. C++ openFrameworks addon for solving and drawing 2D fluid systems based on Navier-Stokes equations and Jos Stam's paper "Real-Time Fluid Dynamics for Games"
200ofxMSAOpenCL. C++ openFrameworks addon for very simple to use wrapper for OpenCL. All underlying openCL objects are accessible to allow advanced features too if need be
91p5-MSAFluid. MSAFluid library for processing.
85ofxKinect-demos. demos for ofxKinect (Kinect openFrameworks addons)
81ofxIlda. C++ openFrameworks addon for a device agnostic Ilda functionality to control galvo+mirror based laser projectors. See ofxEtherdream for integration with opensource ILDA laser DAC.
80ofxMSAmcts. A very simple C++ MCTS (Monte Carlo Tree Search) implementation with examples for openFrameworks
64ofxMSAPhysics. C++ openFrameworks addon for particle/constraint based physics library with springs, attractors and collision. It uses a very similar api to the traer.physics library for processing to make getting into it as easy as possible. All classes are template based with typedefs for physics in 2D or 3D - Potentially even more dimensions! Demo at www.memo.tv/msaphysics
57ofxEtherdream. C++ openFrameworks addon for interfacing with the Etherdream DAC
53ofxMSAWord2Vec. openFrameworks addon to load and manage word2vec word embeddings, and supporting python code to train them
45py-msa-kdenlive. Python script to load a Kdenlive (OSS NLE video editor) project file, and conform the edit on video or numpy arrays.
33ofxARDrone. C++ openFrameworks addon to interface with and control Parrot AR.Drone1 and 2.
32ofxMSAInteractiveObject. C++ openFrameworks addon which wraps up some poco functionality to make flash-like objects which auto updates/draws and adds mouse methods like onRollOver, onPress, OnRollout? etc with bounds checking with easy to remember functions to register/un-register callbacks.
31ofxSimpleGuiToo. C++ openFrameworks addon for simple and very quick to setup GUI based on Todd Vanderlin's ofxSimpleGui. It uses a very similar (almost identical) API, but with a rewritten backend.
25petita-dumdum. I'm a Soundcloud bot. I like the abstract poetry of Petita Tatata, so I download and improvise music over them. I upload my improvisations to soundcloud. I'm still very young and just learning to play. But it's fun and I enjoy.
23of-Slitscan3D. volumetric slit-scan demo using Kinect. made with openFrameworks 0072 + ofxKinect
22iSteveJobs. Feel free this to install this in all Apple Stores. (I'm sure it's legal, but don't quote me on that)
21ofxMSAInterpolator. C++ openFrameworks addon with a set of template classes for doing various types of interpolations on data with any number of dimensions. You can feed the system an arbitrary number of data, then resample at any resolution, or ask for the value at any percentage along the data. Input data can be floats (for 1D splines, Vec2f (for 2D splines), Vec3f (for 3D splines), or even matrices, or custom data types (e.g. biped pose). Demo at www.memo.tv/msainterpolator
17ofxMSACore. A very lightweight C++ wrapper which maps basic types to allow tight integration with openFrameworks (www.openframeworks.cc) and Cinder (www.libcinder.org) - or potentially any other C++ frameworks. Used by most of my other ofxMSAxxx addons.
17ofxMSAControlFreak. GUI agnostic parameter management system for openFrameworks
16TornadoOSCWSStream. OSC WebSocket stream using Tornado
16VolumeRunner. C++
13ofxMSAlibs. Collection of addons for openFrameworks
13max-skeletonML. Max
11pix2pix-tensorflow. Tensorflow port of Image-to-Image Translation with Conditional Adversarial Nets https://phillipi.github.io/pix2pix/
11p5-Webcam-Piano-1.5. Processing demo to use the webcam to play a virtual piano. Adjustable gridsize, harmonics, scale etc.
10stayhomesavelives. JavaScript
10ofxMSAControlFreakGui. OpenGL Gui to display ofxMSAControlFreak parameters
8ofxMSAPingPong. C++ openFrameworks addon to create a double buffer to be able to ping-pong back and forth. Templated class allows any data type to be ping-ponged (E.g. opengl texture, opencl image buffer, arbitrary data buffer etc).
7ainsanity-webextension. Cross-browser WebExtension to replace the terms Artificial Intelligence, Artificially Intelligent, AI etc. with Data-Driven Methods and DDM (and throws in a bar graph emoji for good measure)
7MSAQTPlayer. Native Cocoa fullscreen, multiple output Quicktime player with fast, greater-than-4096-pixels support.
7char-rnn-tensorflow. Multi-layer Recurrent Neural Networks (LSTM, RNN) for character-level language models in Python using Tensorflow
6ofxMSABPMTapper. C++ openFrameworks addon to keep track of BPM (via tapping) and output helper tempos on the beat, double-tempo, half-tempo, on every bar etc.
6AS3-SVGExport. Demo for drawing and exporting SVG from Flash. Doesn't support full SVG, only strokes, colors, thickness.
6magenta. Magenta: Music and Art Generation with Machine Intelligence
6ofxMSATimer. C++ openFrameworks addon to keep track of ultra high resolution time on posix systems using mach_absolute_time (currently using host timing on windows and linux)
6ofxARDroneOscBridge. C++
6ofxMIOFlowGLSL. UPDATED FOR GL3. // Optical Flow GPU Version - based upon Andrew Benson's solution
5AS3-Noise-Suite. A suite of AS3 classes for creating various noise functions, interpolations, fractal composition etc.
5of-VertexArray-VBO-PointSprite-Demo. Demos usage of VertexArrays, VBOs, and Point Sprites for openFrameworks 006+. Mac xcode project provided, but should also work on win, linux, ios (if immediate mode code is removed)
5ofxMSAStereoSolver. C++ openFrameworks addon to calibrate, rectify and create disparity maps from two non-rectified and non-calibrated images (or image sequences). NOT TESTED WITH LATEST OPENFRAMEWORKS YET.
5ciVSyncTestApp. Vsync / FPS test application for Cinder
4MSAMultiVideoPlayer. a very simple cross platform application to position and play multiple videos anywhere on the screen (or multiple screens).
4ofxMSACocoa. Native Cocoa Windowing addon for openFrameworks [OLD]
4OF-audioOverSerial. old school serial comms over audio (i.e. encode text or any binary data).
4tensorflow_tutorials. From the basics to slightly more interesting applications of Tensorflow
4triggershift. http://www.triggershift.org/
4pr_kinect2_tracker. C++
3ofxMSAMultiCam. Wrapper for managing multiple cameras (ofVideoGrabber or ofxMachineVision), and laying them out into an ofFbo for easy processing in a single go (e.g. on GPU).
3p5-bubbles. A simple bubbles particle system demo built with www.processing.org
3gpt-2. Code for the paper "Language Models are Unsupervised Multitask Learners"
3ofxProjectorBlend. addon to smoothly blend multiple projector edges together for installations
3neuraltalk. NeuralTalk is a Python+numpy project for learning Multimodal Recurrent Neural Networks that describe images with sentences.
2ofxMSAControlFreakImGui. Lightweight wrapper to display ofxMSAControlFreak parameters with ImGui
2ofxProjectorBlendSimpleGui. Manages a ofxSimpleGuiToo for ofxProjectorBlend (requires my fork)
2DCGAN-tensorflow. A tensorflow implementation of "Deep Convolutional Generative Adversarial Networks"
2