0
What are some famous softwares made with c#?
8 Respuestas
+ 3
Visual Studio is made from C# and C++
+ 2
@Daniel S Because that's what API's like direct x and opengl are written in. It wouldnt make sense to write your engine in C#, youd lose lots of performance and memory management which is very much needed. C# is only used for interacting with the engine itself. Look it up.
+ 1
Here is my source.
https://en.m.wikipedia.org/wiki/List_of_C_Sharp_software
+ 1
@Daniel S Unity's engine is written in c/c++.
0
Unity5
0
If you've ever played Terraria or Pixel Piracy, both those games were made in C# using XNA framework.
0
@aklex you sure? it's main language is C# why would unity be written in C++ then?
0
@aklex yeah I have read it up. Didn't think that the main language to write code for unity isn't the language the engine is written in. Im suprised. But as I know there are bindings for C# that are very good