Bevy ECS as a data layer for static site generation with Leptos
TLDR: I wrote a static site generator using Leptos and Bevy ECS called Cinnog. There are many static site generators and since I tend to use…
Personal website with programming projects and related blog posts
TLDR: I wrote a static site generator using Leptos and Bevy ECS called Cinnog. There are many static site generators and since I tend to use…
My Bevy mobile app is very incomplete, but I would like to be able to distribute test builds early on. That means Android builds need to be…
This is a guide on how to configure a GitHub workflow for building, signing and publishing an Android app that uses Bevy (there is a…
Last update Jan 24 2026 (fixed an appstore connect link) I built a GitHub workflow to bundle, sign and publish an iOS app. There are already…
While working on an Android logic puzzle app with Bevy, I learned some things about the current state of Android support in the engine and…
One of my favorite Bevy projects at the moment is the plugin bevy_asset_loader (repository). Its goal is to minimize boilerplate for asset…
This post outlines the path that led to me writing bevy_asset_loader (repository), a plugin to simplify asset handling in Bevy applications…