Added preview to next version of babble buds

This commit is contained in:
thepaperpilot 2018-09-12 06:53:00 -05:00
parent 714d1586c6
commit ce376ec93f
5 changed files with 15 additions and 3 deletions

View file

@ -2,7 +2,7 @@
layout: default
title: Babble Buds
---
Babble buds is a free, open source virtual puppet show software. It is heavily based on the non-public software called "Puppet Pals", used in URealms Live. The software is written in javascript using a rendering library called PIXI.js and distributed as an electron app.
Babble buds is a free, open source virtual puppet show software. It is heavily based on the non-public software called "Puppet Pals", used in URealms Live. The software is written in javascript using React, a rendering library called PIXI.js, and electron.
Users can create puppets with different faces for different emotions, and then use the puppet on a stage where you and other users can each make your respective puppets move, change emotions, and "babble" at each other. The stage has a green screen feature and can be popped out, which gives the users tons of possibilities in terms of using the program for a role playing live stream, faux video chatting with friends, game development, or whatever else you want!

View file

@ -0,0 +1,7 @@
---
layout: default
title: Babble Buds Preview
---
![](/assets/babble-assets/preview.png)
<p class="card-caption">Screenshot showing the new interface available in a future version of Babble Buds</p>

View file

@ -3,7 +3,7 @@ layout: default
title: Babble Buds
category: Software
banner: babble
cards: [Babble Buds, Babble Buds Screenshot, Engine, Movie Maker, Babble MM Screenshot]
cards: [Babble Buds Preview, Babble Buds, Babble Buds Screenshot, Engine, Movie Maker, Babble MM Screenshot]
links: ["Source Code|https://github.com/thepaperpilot/Babble-Buds", "URealms Post|https://forums.urealms.com/discussion/272/babble/p1", "Babble Buds Download Page|https://github.com/thepaperpilot/Babble-Buds/releases", "Babble Movie Maker Download Page|https://github.com/thepaperpilot/BabbleMovieMaker/releases"]
tags: [javascript, pixi.js]
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 424 KiB

View file

@ -463,11 +463,16 @@ h1 {
padding: unset;
}
.card-content p:only-child img:only-child {
.card-content p:first-child img:first-child {
margin: -20px;
width: calc(100% + 40px);
}
.card .card-content .card-caption:last-child {
margin-top: 35px;
margin-bottom: -5px;
}
.embed {
position: relative;
margin: -20px;