Answer the question
In order to leave comments, you need to log in
How and on what to make a music player?
I want to make it like a player with music.
At startup, the usual interface and a couple of buttons should appear, when pressed, music was played in a certain extension.
I was looking for how to do it on Unity, I found only "How to create a 2D, 3D game ..."
M.b. on another platform you need to do it.
Or is it easier to make the game itself on Unity than a regular application?
Answer the question
In order to leave comments, you need to log in
If writing in C#:
Do it in Visual Studio using WinForms - it's easier than WPF.
How to do it - https://metanit.com/sharp/windowsforms/1.1.php
Download Visual Studio - https://visualstudio.microsoft.com/en/ (choose Community - this version is free)
For the player - the less he eats memory and processor time from other processes, the better. Unity is generally not an option here for this reason.
Actually, the player can be made in general with control from the command line. Or yes, WF for C# or MFC for C++.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question