Blog

Entity Component System

What is Entity-Component-System?

Entity-Component–System (ECS) is an architectural pattern. This pattern is widely used in game application development. ECS follows the composition over the inheritance principle, which offers better flexibility and helps you to identify entities where all objects in a game’s scene are considered an entity.

30 BEST Chromecast Apps for Google TV (Free/Paid) in 2023

Chromecast is a dongle like device for your television, connecting to the TV’s HDMI port to add smart functions to your TV, like streaming Amazon Prime, Netflix, Disney+, and other OTT platforms. There are many Chormecast apps which come built-in with your chrome device. You can also install other supported OTT, games,music,apps, in your TV.

What is DOM in Selenium WebDriver: Structure, Full Form

What is DOM in Selenium WebDriver?

DOM in Selenium WebDriver is an essential component of web development using HTML5 and JavaScript. The full form of DOM is Document Object Model. DOM is not a computer science concept. It is a simple set of interfaces standardized among web developers to access and manipulate documents in HTML or XML using JavaScript.

TCL TK Tutorial: Tool Command Language

What is TCL?

TCL is shell application that reads TCL command from its standard input or from a file and gives desired results.

TCL is string based scripting language and also a procedural language. It was first created by John Osterhout in 1989. The purpose of developing this language is easy embedded inti ( ) applications. The language is commonly used for GUIs and testing. For instance, rapid prototyping, Testing database interaction, etc. In TCL by default everything is a string.

In this tutorial, you will learn-

End of content

End of content