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 ...
Sprite animation Sprite animation is an animation played by multiple consecutive pictures at a certain time interval. The pictures are usually merged into one picture, and then th...
MatterJS Introduction Eva.js base on Matterjs, At present, only a small part of the content has been accessed. If more content is needed, continue to access it. Install With N...
Development based on CDN Based on CDN development, we recommend using start-demo-with-cdn, this scaffolding uses the Externals capabilities of Webpack, and Eva. The js package is ...
Preparation All rendering-related operations depend on the renderer, which is provided in the form of the system, so we need to install the renderer on the game when initializing ...