Adaptative Interface with Open GL and Machine Learning in c#

Posted by Afnan on Programmers See other posts from Programmers or by Afnan
Published on 2011-05-17T21:12:45Z Indexed on 2011/06/30 8:30 UTC
Read the original article Hit count: 405

For my Semester project i have to go for any Adaptative Interface Design. My language is c# and i have to Use OpenTK(Wrapper for Open GL).

I have an idea that I should show Two points and some obstacles. and my subject which is user would drag an object from one place to the final place avoiding the Obstacles.

and he can place obstacles randomly.My software should be made to learn some paths by doing test runs and then after learning program should be able to predict the shortest path.

I donot know how stupid this idea sounds but it is just an idea.I need help regarding any ideas for adaptative interface possible small projects or if my idea is ok then please can you tell me what should be used to implement it? I mean that along with OpenGl for the Graphics what can i use for machine learning that helps me

Thanks

© Programmers or respective owner

Related posts about c#

Related posts about opengl