What are some famous softwares made with c#? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What are some famous softwares made with c#?

20th May 2017, 7:17 PM
Prince
Prince - avatar
8 Answers
+ 3
Visual Studio is made from C# and C++
20th May 2017, 7:22 PM
Manual
Manual - avatar
+ 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.
21st May 2017, 8:06 PM
aklex
aklex - avatar
20th May 2017, 7:59 PM
Manual
Manual - avatar
+ 1
@Daniel S Unity's engine is written in c/c++.
20th May 2017, 10:40 PM
aklex
aklex - avatar
0
Unity5
20th May 2017, 10:09 PM
Daniel S
Daniel S - avatar
0
If you've ever played Terraria or Pixel Piracy, both those games were made in C# using XNA framework.
21st May 2017, 4:58 PM
Ethan
Ethan - avatar
0
@aklex you sure? it's main language is C# why would unity be written in C++ then?
21st May 2017, 7:51 PM
Daniel S
Daniel S - avatar
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
21st May 2017, 8:13 PM
Daniel S
Daniel S - avatar