GitHub - ElleCox/ofxARToolKit: This is a new attempt for an OF ARToolKit 5 Add-On · GitHub
Skip to content

ElleCox/ofxARToolKit

 
 

Folders and files

Repository files navigation

ofxARToolKit (Not jet functional - we are just testing)

This is a new attempt for an OF ARToolKit 5 Add-On

API Discussion:

void setOrientation(OFX_ORIENTATION)

void setMaxNumOfMarkers(int)

void addMarker(string)

void autoFocusOn()

void autoFocusOff()

void setup()

void update()

void drawBackground()

void addExtraMarker(string);

void resume()

void pause()

void stop()

int numOfMarkersFound()

marker getMarker(int)

vector marker.modelViewMatrix

string marker.markerName

vector getProjectionMatrix()

void exit()

About

This is a new attempt for an OF ARToolKit 5 Add-On

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • C++ 44.7%
  • C 30.5%
  • HTML 20.1%
  • Objective-C 1.8%
  • Java 1.0%
  • Makefile 0.6%
  • Other 1.3%