Skip to content

moebiussurfing/ofxSceneTEST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Fast & Easy scene drawer (2D image layers with slow/random movement).
I use this as source to TEST and make other addons, or to do some image processing.

Screenshots

/example

In another project:

Overview

This add-on easily draws a scene with two independent layers of these enabled or disabled 'draw types':

  • Image 1 (background)
  • Image 2 (image)
  • Text letters (Using two selectable colors or black-and-white mode.)
  • Video (requires ofxHapPlayer and add #define INCLUDE_HAP and the addon.)

The addon does not make any layer Blending/Mixing.

  • Check the /bin/data files: 2 images and 1 font in assets.

Dependecies

  • ofxSurfingHelpers: Only for small ofxGui theming and example. Can be removed easely.

Features

  • GUI to Tweak settings.
  • Auto Save/Load settings.

Usage

Look example.

ofApp.h

#include "ofxSceneTEST.h"

ofxSceneTEST scene;

ofApp.cpp

// Draws all channels: 
// but the selected by "Force Source" slider:
// (0 is for all. Any other - 1, 2, 3 - makes solo each layer.)
scene.drawAll();

// Draws Independent channels:
//scene.drawChannel1();// draw 1st Channel
//scene.drawChannel2();// draw 2nd Channel

// Nothing more !

//--

scene.drawGui();

About

Simple openFrameworks addon to draw a Testing Scene: Two animated layers with background, images, and colored text.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published