pages/_content/babble/engine.md
2018-03-16 11:11:55 -05:00

764 B
Executable file

layout title
default Engine

Engine

The engine originally made to make the Babble Buds program was separated out into its own engine called babble.js, so that projects created in Babble Buds can be used in other projects. For example, a game can create puppets in Babble Buds and then use them for cutscenes or player agency inside of the game. Additionally, it has been ported to C# (called babble.cs) for use with Unity, for the same kinds of purposes. You can check out Tower Offense for a pixi.js game using Babble Buds puppets for the cutscenes, or Dice Armor for a unity game using Babble Buds puppets for the cutscenes.