I'm an old dog learning new tricks.
I work with Fury Software as a game designer that has now been asked to code. We have a situation here and I would like to know if Xamarin does what we need to do.
I know this is a very novice question. I programmed 25 years ago using procedural and structured languages and I am literally relearning the new programming environment of OOP.
The company has a game they are working on. It is written in Eiffel for Windows which uses .net. We are looking to sell this game on the iPad and Android tablets. Our main target is the iPad.
We need to rewrite the interface and graphics to work on iOS in C# via Visual Studio Express or Pro, or Monodevelop. Then combine it with the Eiffel packages. Then take everything over to Mac and compile it there.
I'm hoping we can do the following.... Compile the game engine base coded in Eiffel using .net Use Visual Studio coding the graphic interface in C# use Xamarin to put it all together for iOS