+++
weight = 20
title = "bevy_dice"
description = "physics based dice rolling plugin in Bevy"
template = "project.html"
[extra]
id = "bevy-dice"
+++
import init from '/wasm/bevy_dice_demo/bevy_dice_demo.js'
init().catch((error) => {
if (!error.message.startsWith("Using exceptions for control flow, don't mind me. This isn't actually an error!")) {
throw error;
}
});