DEVELOPMENT ENVIRONMENT

~liljamo/liljamo-dev-zola

ref: b1d009ef016664540d7eb1b4be87385b0c4fe857 liljamo-dev-zola/content/bevy-dice/_index.md -rw-r--r-- 630 bytes
b1d009efJonni Liljamo feat: bevy-dice initial demo 7 days ago

+++ 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; } });