Quick start Demo project Demo project created based on webpack: https://github.com/eva-engine/start-demo Demo project created based on webpack with cdn: https://github.com/eva-...
Resource Management All resources used in the game will be managed by the resource manager. Before using the resource, you need to add the resource to the resource manager, and se...
Graphics Graphics The Graphics component provides GameObject with the ability to draw graphics. Demo Install With NPM npm i @eva / plugin - renderer @eva / plugin - renderer...
Sound Eva.js audio plugin, the ability to add audio control to the game object, use the Web Audio API to play by default. Install With NPM tnpm install @eva / plugin - sound ...