Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.47 KB

README.md

File metadata and controls

24 lines (21 loc) · 1.47 KB

tori02

画像映像コンテンツ演習4

環境

How to Use

  • openframeworksをダウンロード(download)
  • 解凍してできたフォルダの中にあるapps/myApps以下にこのリポジトリをgit clone
  • of_v0.9.8_vs_release/apps/myApps/tori02となるようにする
  • ofxLeapMotion2をインストール(https://github.com/genekogan/ofxLeapMotion2#installation)
  • Visual Studioを起動し、tori02.vcxprojを開く
  • tori02の構成プロパティからリンカー/全般/追加のライブラリディレクトリ..¥..¥..¥addons¥ofxLeapMotion2¥libs¥lib¥winvsを追加
  • 続けてリンカー/入力/追加の依存ファイルLeap.libLeapd.libを追加
  • ビルドするとtori02/bin以下に実行ファイルができる
  • 同ディレクトリにLeap.dllを配置する
  • ディレクトリtori02/bin/dataを作りtori02/bin/data/models以下にモデルファイル、tori02/bin/data/shader以下にシェーダファイルを配置する

For Dimenco

  • ofApp.h#define USE_DIMENCO_OPENGL_INTERFACEのコメントアウトを外す
  • tori02/bin以下に大学から配布されたopengl32.dllを配置する