diff --git a/DOC_README.md b/DOC_README.md index 670669626..88c996985 100644 --- a/DOC_README.md +++ b/DOC_README.md @@ -3,12 +3,12 @@
- A lightweight, plugin-free HTML5 game engine + A modern, plugin-free HTML5 game engine
diff --git a/README.md b/README.md index 4846e06fa..5af8b7e0c 100644 --- a/README.md +++ b/README.md @@ -5,19 +5,18 @@ melonJS 2 [](https://github.com/melonjs/melonJS/actions/workflows/main.yml) [](https://www.npmjs.com/package/melonjs) [](https://www.npmjs.com/package/melonjs) -[](https://bundlephobia.com/result?p=melonjs) -[](https://bundlephobia.com/result?p=melonjs) +[](https://bundlejs.com/?q=melonjs) [](https://www.jsdelivr.com/package/npm/melonjs) [](LICENSE.md) [](https://discord.gg/aur7JMk) [](CODE_OF_CONDUCT.md) -A modern & lightweight HTML5 game engine +A modern & fully featured HTML5 game engine -------------------------------------------------------------------------------  -[melonJS](https://melonjs.org/) is an open-source 2.5D game engine designed for indie developers — perspective and orthogonal cameras, GPU-accelerated tilemap rendering, post-processing effects, custom shaders, 3D mesh support, polygon-accurate physics, modern Tiled workflows, and high performance. Runs on WebGPU, WebGL 2 or Canvas2D with automatic fallback, tree-shakeable so you only pay for what you use, and the entire engine fits in ~150 KB minzipped of vanilla JS/TS with no toolchain lock-in. Built with ES6 classes and bundled with [esbuild](https://esbuild.github.io). +[melonJS](https://melonjs.org/) is an open-source 2.5D game engine designed for indie developers — perspective and orthogonal cameras, GPU-accelerated tilemap rendering, post-processing effects, custom shaders, 3D mesh support, polygon-accurate physics, modern Tiled workflows, and high performance. Runs on WebGPU, WebGL 2 or Canvas2D with automatic fallback. The whole engine is ~250 KB minzipped of vanilla JS/TS, with no dependencies and no toolchain lock-in. Built with ES6 classes and bundled with [esbuild](https://esbuild.github.io). [melonJS](https://melonjs.org/) is licensed under the [MIT License](LICENSE.md) and actively maintained by the team at AltByte in Singapore.