Skip to content

BCaven/creativity-optional

Repository files navigation

creativity-optional

Real-time dynamic video generator for all your gamer-cave needs

What is this project?

This project is a server that generates a stream of images based on user-specified inputs. The base scene is done in three.js Right now we support input from arbitrary shell commands and specialized input from audio devices.

How do you run it?

Check out the tutorial on our wiki.

Goals for future releases:

  • uv mapping for outputs
  • server-side rendering

Contributing to this project:

Look at the wiki for a more detailed overview of the project and how it is set up.

Both main and develop branches are protected. To contribute first find or make an issue in the issues tab. Then, branch off of develop for the issue/feature you are working on. Branch names should be the same as the name of the issue.

Once your contribution is complete, make a pull request to the develop branch and request someone to review your pull request.

If your change gets accepted to the develop branch, a pull request will be opened to merge it into main.