-
-
Notifications
You must be signed in to change notification settings - Fork 658
Home
Olivier Biot edited this page Apr 1, 2026
·
111 revisions
Welcome to the melonJS wiki — here you will find help, tutorials and documentation for melonJS.
- FAQ — a useful list of melonJS Frequently Asked Questions
- Documentation — official melonJS API documentation
- Discord — official melonJS Discord server
- Boilerplate — getting started template using Vite
- Upgrade Guide — API change guidelines when upgrading from a previous version
- Upgrading to melonJS 2 — migrating from ES5/Jay to ES6 classes
- Contribute — how to contribute to melonJS
- Made with melonJS — games and demos made with melonJS
- Beginner Tutorial: Hacking a Platformer Game
- Space Invaders Meet ConfigCat and MelonJS
- Building a Typing Game with MelonJS
- The Core Engine Explained
- Renderables
- Container
- Adding a Physic Body to a Renderable
- Collision Shapes
- How to define world collision shapes in Tiled
- Adding and Maintaining Your Game Objects
- Resources
- Tiled Map Editor — the map editor used by melonJS
- melonJS Particle Studio Editor — visual particle editor
- How to use TexturePacker with melonJS
- How to load PhysicEditor shapes into your project
- How to generate and use Bitmap Font in melonJS
- How to deploy your melonJS game on Facebook Instant Games
- How to deploy WeChat Mini Games with melonJS
- MDN JavaScript Guide — comprehensive reference by Mozilla
- Eloquent JavaScript — free online book, a modern introduction to programming