i am using opentk for build a simple 2d, but the problem is that the project is a c# application console, how can i prevent the console application to open on build time? i read using output window application should work, but this is multi platform c# opentk application, any suggestion?
Asked
Active
Viewed 24 times
0
-
https://stackoverflow.com/questions/3571627/show-hide-the-console-window-of-a-c-sharp-console-application – Rabbid76 Aug 10 '23 at 05:21
-
1Does this answer your question? [Show/Hide the console window of a C# console application](https://stackoverflow.com/questions/3571627/show-hide-the-console-window-of-a-c-sharp-console-application) – Rabbid76 Aug 10 '23 at 05:22
-
yes already read that, but Windows Application isnt just for window ? but openTK should work on linux/mac – Greg Aug 10 '23 at 15:42