Search Unity

tutoring program

Discussion in '2D' started by gfleming1992, May 6, 2015.

  1. gfleming1992

    gfleming1992

    Joined:
    May 6, 2015
    Posts:
    1
    Hi guys,

    I am an engineering student and I am attempting a new project and need advice from seasoned developers.

    I am interested in creating an interactive math tutoring program that responds to voice inputs and outputs a graphical script illustrating how to solve a particular algebra problem. The program needs to run quickly and look super sexy. For a start I just need to figure out how to manipulate bright neon letters and numbers on a black background based on the problem request.

    Let me know if this is possible with unity.

    thanks!
     
  2. Witcher_CA

    Witcher_CA

    Joined:
    May 5, 2015
    Posts:
    19
    You must use NGUI for the backgrounds and the letters .
     
  3. theANMATOR2b

    theANMATOR2b

    Joined:
    Jul 12, 2014
    Posts:
    7,790
    Must?

    Or a handful of other possibilities.
    The new Unity GUI is probably all you need, and some code of course. If you like visual scripting with FSM's you could try out PlayMaker if your interested.

    Post up some examples when you get a working prototype.