LayaBox
   HOME
*



picture info

LayaBox
LayaBox ( Souyou Network Technology Beijing Co., Ltd.), also named ''Laya'', is a Chinese-developed freeware framework which includes an HTML5 game engine named LayaAir which targets mobile and web platforms, as well as online publishing and digital distribution services. First announced on the Global Mobile Game Confederation in March 2015, it offers a feature set for developing multi-platform games. Currently a hundred games officially use Laya engine solutions. The ''LayaPublish'' module is available to publish games made with it to various platforms. History Founded in 2014 by Xie ChengHong, LayaBox was at the start mainly focused on high-performance transcompiling flash game coded in ActionScript 3.0 to HTML5/WebGL. It has since been extended to offer more tools and features for the developers with full support for commercialization. During the International Game Developers Conference held in November 2015, Xie ChengHong announced a new 3D engine is currently bei ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  




Xie ChengHong
Xie or Hsieh may refer to: Xie People *Xie of Xia (), legendary king of the Xia Dynasty *Xie of Shang (契), legendary nobleman *Xie, Marquis of Jin (; th century BC), ruler of the State of Jin *King Xie of Zhou (; BC) *Alexandra Kitchin (1864–1925), Lewis Carroll's friend and photo model nicknamed "Xie" *Xie (surname) (), derived from the state *Xie (surname 解) Places *Xie (state) (), a state during the Zhou dynasty in modern Henan *Xie River (Brazil) in Amazonas in Brazil *Xie River (, ''Xiè Shuǐ'') in Shimen County, Hunan, in China *Xie River (, ''Xié Chuān'') in ancient China, near Shaanxi's Baoxie Plank Road *Xie River (, ''Xiè Shuǐ'') in China *Xie River (, ''Xiè'') in China Xi'e *Xi'e (, ''Xī'è''), a region during the Qin, Han, and Jin dynasties in modern Hubei XIE * Xavier Institute of Engineering, in Mumbai *X Image Extension X Image Extension, or XIE was an extension to the X Window System to enhance its graphics capability. It was intended to provide a ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Virtual Reality
Virtual reality (VR) is a simulated experience that employs pose tracking and 3D near-eye displays to give the user an immersive feel of a virtual world. Applications of virtual reality include entertainment (particularly video games), education (such as medical or military training) and business (such as virtual meetings). Other distinct types of VR-style technology include augmented reality and mixed reality, sometimes referred to as extended reality or XR, although definitions are currently changing due to the nascence of the industry. Currently, standard virtual reality systems use either virtual reality headsets or multi-projected environments to generate realistic images, sounds and other sensations that simulate a user's physical presence in a virtual environment. A person using virtual reality equipment is able to look around the artificial world, move around in it, and interact with virtual features or items. The effect is commonly created by VR headsets consisting ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Source-to-source Compiler
A source-to-source translator, source-to-source compiler (S2S compiler), transcompiler, or transpiler is a type of translator that takes the source code of a program written in a programming language as its input and produces an equivalent source code in the same or a different programming language. A source-to-source translator converts between programming languages that operate at approximately the same level of abstraction, while a traditional compiler translates from a higher level programming language to a lower level programming language. For example, a source-to-source translator may perform a translation of a program from Python to JavaScript, while a traditional compiler translates from a language like C to assembler or Java to bytecode. An automatic parallelizing compiler will frequently take in a high level language program as an input and then transform the code and annotate it with parallel code annotations (e.g., OpenMP) or language constructs (e.g. Fortran's f ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Digital Distribution
Digital distribution, also referred to as content delivery, online distribution, or electronic software distribution, among others, is the delivery or distribution of digital media content (media), content such as Sound recording and reproduction, audio, motion graphics, video, e-books, video games, and other software. The term is generally used to describe distribution over an online delivery medium, such as the Internet, thus bypassing physical distribution methods, such as paper, optical discs, and VHS videocassettes. The term online distribution is typically applied to freestanding products; downloadable add-ons for other products are more commonly known as downloadable content. With the advancement of network bandwidth capabilities, online distribution became prominent in the 21st century, with prominent platforms such as Amazon (company), Amazon Video, and Netflix's Streaming media, streaming service starting in 2007. Content distributed online may be streamed or downloade ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Application Programming Interface
An application programming interface (API) is a way for two or more computer programs to communicate with each other. It is a type of software interface, offering a service to other pieces of software. A document or standard that describes how to build or use such a connection or interface is called an ''API specification''. A computer system that meets this standard is said to ''implement'' or ''expose'' an API. The term API may refer either to the specification or to the implementation. In contrast to a user interface, which connects a computer to a person, an application programming interface connects computers or pieces of software to each other. It is not intended to be used directly by a person (the end user) other than a computer programmer who is incorporating it into the software. An API is often made up of different parts which act as tools or services that are available to the programmer. A program or a programmer that uses one of these parts is said to ''call'' that ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  




Third-party Software Component
In computer programming, a third-party software component is a reusable software component developed to be either freely distributed or sold by an entity other than the original vendor of the development platform. The third-party software component market thrives because many programmers believe that component-oriented development improves the efficiency and the quality of developing custom applications. Common third-party software includes macros, bots, and software/scripts to be run as add-ons for popular developing software. See also *Middleware *Enterprise Java Beans * VCL / CLX *KParts (KDE) *Video-game third-party developers *Third-party source In commerce, a "''third-party source''" means a supplier (or service provider) who is not directly controlled by either the seller (first party) nor the customer/buyer (second party) in a business transaction. The third party is considered ind ...Online all programming languages and their third party libraries includes a guide. R ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Component-based Software Engineering
Component-based software engineering (CBSE), also called component-based development (CBD), is a branch of software engineering that emphasizes the separation of concerns with respect to the wide-ranging functionality available throughout a given software system. It is a reuse-based approach to defining, implementing and composing loosely coupled independent components into systems. This practice aims to bring about an equally wide-ranging degree of benefits in both the short-term and the long-term for the software itself and for organizations that sponsor such software. Software engineering practitioners regard components as part of the starting platform for service-orientation. Components play this role, for example, in web services, and more recently, in service-oriented architectures (SOA), whereby a component is converted by the web service into a ''service'' and subsequently inherits further characteristics beyond that of an ordinary component. Components can produce or ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Pinyin
Hanyu Pinyin (), often shortened to just pinyin, is the official romanization system for Standard Mandarin Chinese in China, and to some extent, in Singapore and Malaysia. It is often used to teach Mandarin, normally written in Chinese form, to learners already familiar with the Latin alphabet. The system includes four diacritics denoting tones, but pinyin without tone marks is used to spell Chinese names and words in languages written in the Latin script, and is also used in certain computer input methods to enter Chinese characters. The word ' () literally means "Han language" (i.e. Chinese language), while ' () means "spelled sounds". The pinyin system was developed in the 1950s by a group of Chinese linguists including Zhou Youguang and was based on earlier forms of romanizations of Chinese. It was published by the Chinese Government in 1958 and revised several times. The International Organization for Standardization (ISO) adopted pinyin as an international standard ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Homophonic Puns In Mandarin Chinese
Standard Chinese, like many Sinitic varieties, has a significant number of homophonous syllables and words due to its limited phonetic inventory. The Cihai dictionary lists 149 characters representing the syllable "yì". (However, modern Chinese words average about two syllables, so the high rate of ''syllable'' homophony does not cause a problem for communication.) Many Chinese take great delight in using the large amount of homophones in the language to form puns, and they have become an important component of Chinese culture. In Chinese, homophones are used for a variety of purposes from rhetoric and poetry to advertisement and humor, and are also common in Chinese loans, for example phono-semantic matching of brand names, computer jargon, technological terms and toponyms. This article is intended to present a list of common or representative homophonous puns in Mandarin Chinese, though many of the examples given are often homophones in other varieties as well. Asterisks be ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Scalp
The scalp is the anatomical area bordered by the human face at the front, and by the neck at the sides and back. Structure The scalp is usually described as having five layers, which can conveniently be remembered as a mnemonic: * S: The skin on the head from which head hair grows. It contains numerous sebaceous glands and hair follicles. * C: Connective tissue. A dense subcutaneous layer of fat and fibrous tissue that lies beneath the skin, containing the nerves and vessels of the scalp. * A: The aponeurosis called epicranial aponeurosis (or galea aponeurotica) is the next layer. It is a tough layer of dense fibrous tissue which runs from the frontalis muscle anteriorly to the occipitalis posteriorly. * L: The loose areolar connective tissue layer provides an easy plane of separation between the upper three layers and the pericranium. In scalping the scalp is torn off through this layer. It also provides a plane of access in craniofacial surgery and neurosurgery. This layer i ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Yeti
The Yeti ()"Yeti"
''Random House Webster's Unabridged Dictionary''.
is an ape-like creature purported to inhabit the Himalayan mountain range in Asia. In western popular culture, the creature is commonly referred to as the Abominable Snowman. Many dubious articles have been offered in an attempt to prove the existence of the Yeti, including Anecdotal evidence, anecdotal visual sightings, disputed video recordings, photographs, and plaster casts of large footprints. Some of these are speculated or known to be hoaxes. Folklore studies, Folklorists trace the origin of the Yeti to a combination of factors including Sherpa people, Sherpa folklore and misidentified fauna such as Himalayan brown bear, bear or yak. The Yeti is commonly compared to Bigfoot of North America, as the two subjects often have similar physical descriptions.


...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]