GithubHelp home page GithubHelp logo

gibber-cc / gibber Goto Github PK

View Code? Open in Web Editor NEW
902.0 45.0 79.0 37.15 MB

An audiovisual live coding environment for the browser

License: MIT License

CSS 0.65% JavaScript 98.95% HTML 0.12% Stylus 0.28%

gibber's Introduction

Gibber

Gibber is a live coding environment for the web browser, combining music synthesis and sequencing with ray-marching 3d graphics.

Playgrounds

No installation needed, play it on the web!

Start it up

To make the playground work locally, you need to run a web server. You can do this using either Visual Studio Code or node.js

Starting the Server using Visual Studio Code

  1. Install Visual Studio Code
  2. Install the Live Server extension
  3. Open the playground folder in VS Code, using the "Open Folder..." menu item
  4. Click the "Go Live" link in the bottom status bar - a server will start and your browser will open to the playground automatically!

Starting the server using Node.js

  1. Install Node.js if you don't already have it.
  2. After cloning this gibber repo (or installing via npm), install all required modules by executing npm i from within the repo.
  3. From the top level of the repo, run npm start.
  4. You can now load gibber at http://127.0.0.1:9080

Building Gibber

There are three main components this repo wraps, in addition to providing the editing interface.

  1. gibber.audio.lib
  2. gibber.graphics.lib
  3. gibber.core.lib

Assuming you have node/npm installed, you can run npm i in the top level of this repo to get all the required modules to build the editor; you can then build the library / editor by calling npm run build. This will rebuild the file playground/bundle.js that is included in a script tag inside the playground's index.html page.

If you want to hack away at the individual libraries listed above, go ahead and clone any you're interested in to your computer (as opposed to installing via npm) and then run npm link inside of each. Then run npm run link inside the top level of the main repo (this one). This will link the local copies of the libraries you clone into the build pipeline.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.