Advertisement

Anyone use InExIn?

Started by October 19, 2009 12:44 PM
-1 comments, last by Codiak 15 years, 1 month ago
I have found this AI library which I'm hoping to use to demonstrate an AI demo for this course unit I'm on. The problem is the documentation consists of just this site: http://inexin.sourceforge.net/index.html At least from what I can see and it's not enough. I like to learn how to work things like this with sample projects but all it gives you is the basics of setting up a world, actor and actor handler: http://inexin.sourceforge.net/group__AI.html#AI_S_Examples Which I thought might be enough except this code doesn't work on my compiler (VS 2008). For example to set-up a world it requires you to load in a mesh, but this is never mentioned before and loadMeshFromYourFile isn't defined! In total I get 65 errors from those 3 sets of code. I've got the actual AI classes working, I just don't know how to use them. Thanks for any help.

This topic is closed to new replies.

Advertisement