The debug drawer of Box2D-WASM colliders using Melon.js and JavaScript

debug-drawer-box2dwasm-melonjs-js

1 Like

Some changes: GitHub - 8Observer8/debug-drawer-box2dwasm-melonjs-js: The debug drawer of Box2D-WASM colliders using Melon.js and JavaScript

src/index.js - Deleted custom dt
src/init-box2d.js - Deleted option for render.com hosting
README.md - Added the Replit playground link
public/index.html - Updated Melon.js to version 15.7.0
src/debug-drawer.js - Used the setFloat method to set the color
src/debug-drawer.js, src/index.js - Added circle collider and platform
public/index.html - Added the Replit playground link

debug-drawer-box2dwasm-melonjs-js

1 Like

Continuation of the topic: Basic Examples of Using Box2D-WASM with Melon.js in JavaScript