pages/site/garden/babble-buds/index.md

31 lines
1.3 KiB
Markdown
Raw Normal View History

2024-06-03 22:59:20 -05:00
---
public: "true"
slug: "babble-buds"
tags: [My Projects]
title: "Babble Buds"
2024-06-05 23:25:48 -05:00
prev: false
next: false
2024-06-03 22:59:20 -05:00
---
2024-06-18 02:32:30 -05:00
<script setup>
import { data } from '../../git.data.ts';
import { useData } from 'vitepress';
const pageData = useData();
</script>
<h1 class="p-name">Babble Buds</h1>
<p>113 words, ~1 minute read. <span v-html="data[`site/${pageData.page.value.relativePath}`]" /></p>
<hr/>
2024-06-03 22:59:20 -05:00
<details><summary>Tags:</summary><a href="/garden/my-projects/index.md">My Projects</a></details>
2024-06-03 22:59:20 -05:00
[Babble Buds](http://babblebuds.xyz) is a tool for creating puppets and interacting with puppets controlled by others on a shared stage
> Note: I need to move the website off replit because of their monetization strategy changing. In the meantime, you can check it out from its [github repository](https://github.com/thepaperpilot/babble-buds)
Inspired by Puppet Pals by Robert Moran
Intended for use in RPG Campaigns
The renderer was separated into its own project, [babble.js](https://github.com/thepaperpilot/babble.js), so it could be used for stuff like cutscenes
I ported the engine to C# and used it for the cutscenes in [Dice Armor](/garden/dice-armor/index.md)
- I don't believe I ever separated it out into its own project, but you can find the code [here](https://github.com/sreynoldsdesign/dice_armor/tree/master/Assets/Scripts/babble.cs)