Click here to Skip to main content
15,887,027 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I've only developed PC applications. This time, the company will create a new project.

The purpose of making is to develop the PC application MES for mobile. First of all, it is simple monitoring and simple history inquiry. Later we will introduce 3D monitoring and camera control.

please advise me.

What I have tried:

Languages ​​I can do: C, C++, C#
Visual stdio 2019
Posted
Updated 30-Sep-21 6:04am
Comments
Richard MacCutchan 30-Sep-21 7:18am    
As you know C# then Xamarin would be a good choice.

1 solution

If you want to develop a 3D game-like application, Unity 3D can be a good choice, see:
languages-to-develop-mobile-games[^]

Xamarin is a good platform for developing cross-platform mobile apps but might be less suitable for 3D applications, see: frameworks-for-developing-cross-platform-mobile-apps[^]

If you are not afraid of using web technology you could also consider WebGL or a similar technology, see: cross-platform-3d-graphics-apis[^]
Also read: what-is-the-best-approach-for-html5-and-video-surveillance[^]
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900