Since this post was originally published, Bitbybit Runner has significantly evolved. What started as a single Babylon.js-based runner has now expanded to support multiple game engines:
- Babylon.js Runner - The original implementation (full and lite variants)
- Three.js Runner - Support for the popular Three.js library (full and lite variants)
- PlayCanvas Runner - Integration with the PlayCanvas game engine (full and lite variants)
Each runner comes in two variants:
- Full Runner - Includes the game engine in the bundle for quick setup
- Lite Runner - Excludes the game engine, allowing you to load it separately for better flexibility and smaller bundle sizes
Learn more about using runners with different engines in our comprehensive runner documentation.