An open API service indexing awesome lists of open source software.

https://github.com/kitzeller/barbara

A virtual machine for creating visual live coding languages
https://github.com/kitzeller/barbara

algorave creative-coding languages livecoding quilting

Last synced: 8 months ago
JSON representation

A virtual machine for creating visual live coding languages

Awesome Lists containing this project

README

          

# Barbara

Barbara is a novel live coding interface that enables users to design languages for visual geometric pattern generation.
Inspired by algorithmic quilting patterns, Barbara helps users construct languages that mimic real-world quilting procedures
which can be used for both live coding performance or digital quilt recreation. Users create languages and patterns in
Barbara’s online coding environment with the Parsing Expression Grammar language formalism; the resulting patterns can
be freely shared, remixed, and combined into new quilts. As a push towards the applications of language-oriented design,
we created Barbara to broaden access to the power of computational media and the beauty of quilting for both programmers
and quilters alike. Barbara is free and open-source software.

![Homepage](img/new_homepage.png)

![Playground](img/playground.png)

## Local Development Server

In order to create a local development server, clone this repo. You will need to have a local instance of [MongoDB](https://docs.mongodb.com/manual/administration/install-community/) running.

Then create a `.env` file in the root folder and add the connection string. If you have named the database barbara, this may look like `MONGODB_URI=mongodb://localhost:27017/barbara`.

You can then run the server using `npm start`.

## Repo Structure

- [changelog](CHANGELOG.md) barbara changelog
- [public](public) directory contains the vm code
- [models](models) directory contains the mongodb model schemas

## Acknowledgements

Thank you to Charlie Roberts and Gillian Smith for their help and support.