NinePatch We often encounter some pictures that are not fixed in size, but the surrounding or four-pass style is not deformed, that is, the .9 picture, such as a message bubble. I...
Spine skeletal animation Spine is a 2D animation software tailored specifically for software and game developers. Animators, original artists, and engineers work together to give ...
Data Management Introduce In react/vue, we often use redux/vuex for data management and maintain a unified set of data. Under the Eva.js system, we have designed a set of data ma...
Basic This chapter introduces the basic capabilities of Eva.js. It covers resource management, the Game object, GameObject, the Transform component, and how to use compressed text...
Image The Image component provides the GameObject with the ability to use Image. The Image loaded by resource can be added to the GameObject for display. Renderer needs to be inst...
Sprite A sprite is a picture that packs multiple pictures, which can reduce the number of HTTP requests and save memory space. A renderer needs to be installed before use. Demo ...
Lottie Animation Lottie is a mobile library for Web, and iOS that parses Adobe After Effects animations exported as json with Bodymovin and renders them natively on mobile! This ...
GameObject GameObject are the basic elements of the game, representing characters, objects, landscapes, etc. It does not have any capabilities. Each game object contains a Transf...