Giter Club home page Giter Club logo

ofxchuck's Introduction

ofxChucK

Design and Development of the ChucK addon to OpenFrameworks. This allows ChucK code to run "natively" in OpenFrameworks app -- with bindings that allow communication and data sharing between ChucK and OpenFrameworks.

Steps to make a project with ofxChucK work in OF 0.8.4:

  1. Use the project generator, select the ofxChucK addon (and any others you want).
  2. Go to Build Rules, click + and make it Process: Lex source files Using: Lex.
  3. Go to Build Rules, click + and make it Process: Yacc source files Using: Yacc.
  4. Go to Build Settings > Yacc - Build Options > Generated File Stem. Change to Input File Stem
  5. In Build Phases > Comple Sources, add the flag -DHAVE_CONFIG_H to all files from libs/lo. Also add chuck.lex and chuck.y to the project. Delete chuck_main.cpp and chuck_win32.c/h.
  6. Go to the chuck.lex file -- on the top right, check Identity and Type -- make sure Type is Lex Source.
  7. Go to Build Settings > Apple LLVM 7.0 - Custom Compiler Flags > Other C Flags. Add: -D__MACOSX_CORE__
  8. Add the following to the System Frameworks ( or General > Linked Frameworks and Libraries): MultitouchSupport.framework, CoreMidi.framework

ofxchuck's People

Contributors

gewang avatar lathertonj avatar tsob avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ofxchuck's Issues

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.