CHAI3DCHAI3D

normal State machines in Chai3d

More
06 Mar 2016 21:01 #1

My primary interest is to develop haptics based tasks/games for psychophysical experiments. I would like to know is there a easy way to implement state machines in latest release?

Please Log in or Create an account to join the conversation.

More
07 Mar 2016 08:32 #2

For state machines and many other useful tools, we recommend that you review the Boost libraries:

www.boost.org/doc/libs/?view=category_State

Please Log in or Create an account to join the conversation.

More
22 Apr 2016 15:26 #3

Has anyone tried to integrate Boost lib with Chai3d?.
One example of implementing state machine using boost would be of great help.
Thank you

Please Log in or Create an account to join the conversation.

More
23 Apr 2016 14:17 #4

Just like Qt, the Boost library are commonly used by developers using CHAI3D. State machines are important features when developing applications. To keep the framework light weight, we have not included Boost in the examples, but anyone can easily do so in their application.
Thanks for your comment.

Please Log in or Create an account to join the conversation.