Published
Edited
Oct 9, 2021
1 fork
1 star
Insert cell
# Liquidfun-wasm
Insert cell
Box2D = {
const Box2DModule = await import("https://birchlabs.co.uk/cdn/liquidfun-wasm/6.0.4-lf.1/es/entry.js");
const Box2DFactory = Box2DModule.default;
const Box2D = await Box2DFactory();
yield Box2D;
}
Insert cell
// a little integration-test
world = {
const { b2World } = Box2D;
const world = new b2World();
yield world;
}
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more