Thursday, June 26, 2014

A few Project Ideas - Computer Graphics and Visualization - VTU

Its June,2014 and past the peak traffic to my blog. I'm just writing a post to list a few project ideas that may strike me in the next few minutes. I have one already in mind so will start the list of ideas right away...

1) Furniture Arrangement App:
I have moved to a new home and having quite a few choices to make. I have to arrange furniture in the limited space of about a couple of hundred square feet. Knowing the dimensions of the various items like the sofa, dining set, wardrobe, cot and tables i just am unable to think all possibilities in which i could arrange them. If an interactive app using which a user could move around the objects like furniture to see how much space is occupied or remaining un-utilized would really be helpful.
Also you may make a project for measuring how many buses may enter and leave a bus station like magestic. For that you need to create a top view of the magestic bus stand and represent buses as rectangular boxes something similar to furniture and then implement translation of the boxes along with certain rules to avoid collision, governing their speed and taking care of exigencies like pedestrians walking past. Similar software can be made for airports too.
There is a beautiful theory of NP problems behind this simple app. The technique to enumerate all permutations of furniture in a room may yield an optimum solution. It is not possible to arrive at this solution in any other way(other than exhaustive search).
Read more: https://www.quora.com/What-is-the-most-interesting-math-problem-you-have-seen-recently?ch=10&share=da9a9076&srid=Cmht

2) Animating a Simulation:
After having handled the subject of system simulation and modeling twice and knowing the fact that animation and simulation can be great tools to design systems, I suggest these kind of projects to sixth semester students of VTU. I feel sorry to have suggested something that such students will study in eighth semester. Here is a sub-list of all the simulation/animation projects that one may possibly implement.
a) Single channel queue of either packets in a network or customers arriving at a server/bank teller. Some inputs such as IAT distribution or service time distribution may be input.
Here is a sample image of how the output might look(taken from google images)
b) Multiple channel queue of

customers such as in able/baker problem. Again the distributions may be input.
c) Simulation of a Simple Linear Digital Circuit: Updation of voltages and currents across a circuit such as a counter may be tried.
d) Simulation of an Inventory System such as refrigerator or newspaper. The inventory may be shown as a collection of items or a stack of newspapers.

3) Realization of Widgets:
Several widgets such as button, slide, knob or drop down list may be implemented by the students himself. The output may have all of these in a single screen.

4) Polymesh editor:
A rudimentary polymesh editor which is explained in the text book by edward angel may be improved to edit positions of individual points.

5) Animating Vodafone Zoozoos:
This is a project on my wish list. I know how they made the ZooZoos and if a program generates the animations they will look robotic.


I hope to keep adding to this list of ideas and it may grow to a large size. A good student may be able to implement these on his own.

No comments:

Post a Comment