Game development tool: Difference between revisions

Content deleted Content added
I would not say that C♯ is anyway near being the language of choice for GDT's for games or game engines implemented in C++. Many uses Python, Ruby and even to some extent JavaScript+HTML5(+WebGL). We use a custom functional&imperative language.
Line 20:
 
==Implementation==
{{Original research|section|date=March 2011}}
Traditionally, game tools were developed in the [[programming language|language]] that the game itself was developed in. This makes sense since, early on, at least one programmer on the game was also developing the tools. Also, the tools could easily access and use [[Library (computer science)|libraries]] that the game used.