1

I would like to implement a simple AR desktop application. This application should first recognize a marker out of a set of pre-registered ones, and then, show on screen some particular information related to the detected marker.

I was thinking on using ARToolkit, even if it is quite old and not anymore supported.

  1. Do you think ARToolkit is a good solution?
  2. How can I show text messages on screen using ARToolkit?
genpfault
  • 51,148
  • 11
  • 85
  • 139
super
  • 411
  • 3
  • 16

2 Answers2

0

I found an interesting article here http://mycodelog.com/2010/03/23/printw/.

It easily explains how to implement a "printw" function that works exactly like printf.

super
  • 411
  • 3
  • 16
0

osgART could be helpful http://osgart.org/wiki/index.php/Main_Page

kokociel
  • 497
  • 6
  • 17