Me and my team we are working on a team project for University needs. What we ar
ID: 661051 • Letter: M
Question
Me and my team we are working on a team project for University needs. What we are doing is that we are reading some values from text files and then draw some objects on screen (A big square and a few tiny circles) to make it look like a map. Big square specifies an area(room) and circles the objects(devices) inside or outside the room. We are also using a simple GUI as a menu with 2-3 buttons and some labels. We have already created the program on C# on visual studio. The problem is that we had to change the operating system from windows to Linux due to limitations we had(firewall issues) and now we want to create something similar on Linux. We don't care about the programming language we will have to use, we just need something that will allow us to do what we want as easy as possible.
Anyone have any suggestions ?
Explanation / Answer
The Mono project should allow you to easily port your C# code to Linux. You can check their compatibility page to see if the particular components you use are supported.