openFrameworks for iOS 샘플 목록
런타임의 스크린 샷과 소스에서 어떤 처리가 구현되어 있는지 (무슨 기능의 샘플인지)도 써 갑니다.
(※수시로 갱신해 갑니다.스톡 해 두면, 갱신 통지가 날아 오므로 편리합니다.)
PrimitivesExample
(v0.9.8)
ofSpherePrimitive
또는 ofCylinderPrimitive
와 같은 클래스를 사용하여 3D 도형을 그리는 샘플.CoreLocationExample
ImagePickerExample
KeyboardExample
MapKitExample
TouchAndAccelExample
advancedEventsExample
advancedGraphics
assimpExample
audioInputExample
audioOutputExample
dirListExample
emptyExample
eventsExample
fontShapesExample
fontsExample
graphicsExample
iPhoneGuiExample
imageLoaderExample
iosCustomSizeExample
iosES2ShaderExample
iosExternalDisplayExample
iosNativeExample
iosOrientationExample
moviePlayerExample
ofxGuiExample
빌드하고 실행하면 nib를 로드할 때에 충돌하기 때문에 프로젝트에 몇 가지 수정이 필요합니다.
UIKit의 UISwitch와 UISlider는 oF에 의해 그려진 도형을 변경합니다.
UIKit 과 oF 를 동거시키는 귀중한 샘플.
opencvExample
애드온 ofxOpenCv를 사용한 샘플.
ofVideoPlayer::play
)하면서 ofxCvGrayscaleImage::absDiff
), ofxCvContourFinder::findContours
) 샘플입니다.
opencvFaceExample
oscReceiverExample
oscSenderExample
터치 정보를 Receiver 쪽으로 보냅니다.
polygonExample
soundPlayerExample
textureExample
vboExample
ofVbo를 사용하는 샘플.
VBO라고 하는 것은 Vertex Buffer Object의 약어로, 「정점 데이터를 격납하는 GPU측의 메모리에 놓인 버퍼」라고 하는 것.
참고 : OpenGL - VBO - PukiWiki for PBCG Lab
videoGrabberExample
ofVideoGrabber를 사용하여 iPhone 카메라의 입력(동영상)을 실시간으로 처리하는 샘플입니다.
xmlSettingsExample
빌드 오류 수정 메모
→ 프로젝트의 Target iOS 버전 올리기 ( 참고 )
Reference
이 문제에 관하여(openFrameworks for iOS 샘플 목록), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/shu223/items/e28110bf729fdf8712e0텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)