I want to create an elevator simulator, just for fun! Will it be beneficial to do so in XNA, instead of a Form application or WPF/ Silverlight?
I want to create a simple animation to show the elevator(s) in action.
I prefer to use a .net language.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It depends on your experience, I guess. If you are used to doing Forms Controls and simple 2D graphics perhaps on custom controls, then that could work.
I think a Windows Form approach could be done fairly quickly especially if you were going to use a fixed number of floors and buttons.
You could use standard Controls for buttons, and floor display and get it all up and running using the Form designer. Are you thinking about graphics for the elevator shaft, the elevator’s position, doors opening and closing?
If your priority is button and floor logic, then go for Forms. If your priority is great graphics then XNA.