GithubHelp home page GithubHelp logo

alimalki10 / ofxsoso Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sosolimited/ofxsoso

0.0 1.0 0.0 3.87 MB

openFrameworks addon with scene graph, animations, enhanced text, and more.

Home Page: www.sosolimited.com

License: Other

C++ 100.00%

ofxsoso's Introduction

ofxSoso

Soso OpenFrameworks Addon Copyright (C) 2012-2014 Sosolimited

OpenFrameworks addon that provides a scene graph structure, animations, enhanced text, and more. Look at src header files for descriptions of each object.

As of 12/2014, we will tag ofxSoso releases with names corresponding to openFrameworks releases. We recommend grabbing the oF and ofxSoso release versions for best results.

While we strive to maintain compatibility between the ofxSoso master branch and the oF master branch, only release versions are guaranteed.

Basic instructions

1 - Clone OpenFrameworks
git clone https://github.com/openframeworks/openframeworks.git

2 - Clone ofxSoso in openFrameworks/addons
git clone https://github.com/sosolimited/ofxSoso.git

For versions of openFrameworks 0.8.4 and earlier:

3 - Clone the Sosolimited fork of ofxAVFVideoPlayer into openFrameworks/addons
git clone https://github.com/sosolimited/ofxAVFVideoPlayer.git

4 - Follow kronick’s instructions for adding ofxAVFVideoPlayer to your project

To use release versions of oF and ofxSoso (recommended)

Fetch tags for both openFrameworks and ofxSoso git repos.
git fetch — tags

Checkout matching
git fetch — tags

List tags for openFrameworks and checkout appropriate version.
git tag -l
git checkout 0.8.4

List tags for ofxSoso and checkout appropriate version.
git tag -l
git checkout 0.8.4.0

To use master versions of oF and ofxSoso

No additional work is needed.

Creating a New Example Project

To create a new example project, duplicate the empty example found in ofxSoso/examples. Rename the containing folder after duplication, but NONE of the project files.

To rename the project files within XCode 5 or above, slowly double click on the project's name in the project explorer. Type in your new project's name and when prompted, agree to rename all other relevant files.

Note: You will manually have to create new schemes to match your new project name.

Examples

Most ofxSoso examples run without additional addons.

To run the addonGuiExample, download ofxUI and place in openFrameworks/addons.

Notes

Examples are currently built and tested with Xcode. Visual Studio support is untested.

ofxsoso's People

Contributors

ericgunther avatar aolivier avatar jcnesci avatar justinmanor avatar jrolimited avatar wadeaaron avatar westhom avatar kronick avatar magisterium avatar sansumbrella avatar

Watchers

ali malki avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.