Simulator for C++ Apps
Posted: 01 June 2008 02:54 PM   [ Ignore ]
New Member
Rank
Total Posts:  4
Joined  2007-08-24

Hey all,

Is there a simulator or a way to get TUIO_Simulator.jar to work with c++ applications created with touchlib such as the demo_smoke?

Profile
 
 
Posted: 02 June 2008 02:51 AM   [ Ignore ]   [ # 1 ]
Jr. Member
Avatar
RankRank
Total Posts:  101
Joined  2008-03-02

Touchlib C++ apps (demo smoke in particular) are compiled with touchlib, they doesn’t use tuio to recieve events/movements
so the answer is Tuio simulator cant work there. But if you need something to test the apps, then you should edit your config
to include one of the videos in the touchlib dir (example configs on how to do that are also included). Once you did that
you just fire the demo and watch the “emulation”.

Profile
 
 
Posted: 03 June 2008 12:26 AM   [ Ignore ]   [ # 2 ]
New Member
Rank
Total Posts:  4
Joined  2007-08-24

Yeah, theres always that method, but not real practical in testing development of an application.  Maybe I could code something up to simulate presses. I’ll have to check out the sources.  Thanks.

Profile