Skip to content

WrongEntertainment/ofxAwesomium

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is up to date with paulvollmer/ofxAwesomium:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

#ofxAwesomium# how to use awesomium framework with openFrameworks.
this is not an addon, it is a collection of examples. everyone is invited to add new awesomiumish examples.
inspired by Jeff Crouse CodeForArt awesomiumExample.

Install
clone the repository into the openFrameworks addons directory.

$ git clone git@github.com:paulvollmer/ofxAwesomium.git

download the awesomium framework.
http://awesomium.com/download/
add awesomium framework to repository root directory.

OSX users: You'll need to put this into project settings > Build Phases > Run Script
It will copy the Awesomium.framework into the application bundle.

cp -r "$TARGET_BUILD_DIR/../Awesomium.framework" "$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/Frameworks/"

Tested Frameworks
awesomium framework version 1.6.5
openFrameworks version 0073

Tested Platforms
Mac OS 10.7

About

how to use Awesomium framework with openFrameworks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published