التخطي إلى المحتوى الرئيسي

Why is C++ so popular in game programming And why not other languages such as Python or C# or Java etc

The assumption here is that games are written in one and only one language, and that's very often not that case.  Many games today have multiple 'layers of systems communicating with one another, typically in different languages that are better suited to different tasks.
For example, we might have layers such as renderingphysicsAIgameplayhigh level scripting, and the backend (which itself could be composed of one or several languages).
When people say "C++ is the best language for games", they're almost always either one of two things:
  1. Speaking specifically about low-level engine code like the renderingand physics subsystems.
  2. Naive and parroting what someone else has told them.
Low level systems are usually written in C++ because there simply aren't a lot of alternatives, and of the few that exist C++ strikes a good balance between high performance and ease of use (when compared to, say, assembly language).  The languages mentioned in the question details -- Python, Java, and C# -- are all high level languages that attempt to abstract away concepts like graphics hardware and memory management.  But these ideas are critical in systems like physics simulation that need to be called constantly with a lot of complex calculations and calls to specialized hardware.
But in other layers, C++ is not so critical.  You may know that C# is the most commonly used language for gameplay programming in Unity.  You may also know that Unity's rendering and physics simulation is written in C++.  So Unity is a perfect example of a modern engine that uses a multi-layer approach to separate the performance critical code (C++) from the less resource constrained gameplay logic (C#).
Lodex Solutions  uses Java as its gameplay programming language, but all the rendering is handled by JOGL (a C++ library that Java can make calls to).  PyGame is written in Python.  I've never used it, but I'm guessing it uses C++ libraries for performance critical tasks as well (a common design pattern with Python).
So to answer your question directly: languages other than C++ are used in games all the time, but C++ is also the obvious choice for certain tasks in the game development pipeline.  The important takeaway here is that games can be written in many languages working together.


تعليقات

المشاركات الشائعة من هذه المدونة

تصميم الالعاب الالكترونية

100 مليار دولار هو حجم وناتج تجارة وصناعة سوق الألعاب الالكترونية دوليا، ليصبح هذا السوق في أهمية أسواق أي سلع استراتيجية أخرى .. مع انتشار الهواتف الذكية بصورة كبيرة و انتشار العاب و تطبيقات الهواتف الذكية اصبح هناك العديد من   الاشخاص يهتمون بتصميم العاب الاندرويد و الايفون  لذلك تقوم شركة لودكس بتصميم العاب اندرويد وايفون والالعاب الاونلاين والعاب الديسك توب بكل احترافية وبتصميمات رائعة وجودة عالية .    Game Developing           

White Friday Offer of Mobile App Construction

White Friday, is the name given to the first Friday after Pentecost The day has a cultural significance in North West England, as the date on which the annual Whit Walks are traditionally held. By convention, the Whit Walks coincide with brass band contests, held in Saddleworth, Tameside and other outlying areas of Greater Manchester. Tradtionally, children and their supporters from Anglican school Sunday Schools 'walked' on Whit Monday, those from RC Sunday Schools on Whit Friday, [1]  and there was an element of competition in general display, dresses and banners. Outside Manchester city centre, other Sunday Schools walked on Whit Sunday and in surrounding towns on other days during (or in the weeks following) Whit Week. This period marked the height of their year's activities for many local brass bands. The Feast of Pentecost, which falls on the seventh Sunday after Easter, is an important feast day in the Christian...

What ERP systems are ecommerce companies using?

Being an eCommerce and WMS consultant myself, I have done 5 full cycle ERP implementations in eCommerce compaines. And though I have evaluated various open source ERP systems and their feasibility with the eCommerce compaines, I can vouch for the  eRetail ERP  system for any eCommerce company which is looking for a stable, customizable and complete back-end solution with front-end and delivery partner integrations. I have myself implemented eRetail ERP system in various eCommerce companies and have found it to be more of a plug and play type ERP. It is SaaS based too so that you dont have to invest a lot of capital upfront Lodex