GithubHelp home page GithubHelp logo

esnho / hedron Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nudibranchrecords/hedron

0.0 2.0 0.0 3.82 MB

Perform live shows your three.js creations

License: GNU Affero General Public License v3.0

JavaScript 99.74% CSS 0.26%

hedron's Introduction

Hedron

Perform live shows with your three.js creations.

Hedron UI

Features

  • πŸ“₯Import three.js sketches without having to recompile
  • 🎊 Place multiple sketches in the same scene
  • πŸ”Š Control variables using audio, MIDI and BPM based LFO
  • πŸ•ΉοΈ Call functions using audio, MIDI and BPM based sequencer
  • ⚑ Define macros to control multiple variables at once
  • ⏲️ Use MIDI clock input or tap tempo to get BPM
  • πŸŒ‡πŸŽšοΈπŸŒ‹ Create many scenes and crossfade between them
  • πŸ” Preview and compose scenes before displaying them to the audience
  • πŸŽ›οΈ Use virtual MIDI banks to get the most out of your controllers
  • πŸ’‘ Use MIDI Learn to quickly assign controls
  • βš™οΈ Support for multiple MIDI control modes (abs, rel1, rel2, rel3)
  • πŸ“½οΈ Easily send output picture to external display
  • πŸ’Ύ Save / load using JSON project files

Getting Started

Install

Download the latest release or build from source.

Load trippy example project

  1. If you haven't got the source code, download the latest example projects zip from the releases page.
  2. Choose "Load Existing Project". Locate the repo directory. Open example-projects/trippy/project.json
  3. An alert will appear. Choose "Locate Sketch Folder" and open /example-projects/trippy/sketches
  4. Play it some music, tap BPM, experiment with the controls
  5. 😎

Please note that if you're trying to do this from the source code, you'll want to run yarn from inside the example-projects directory to install dependencies.

User Guide

Head to the User Guide to learn how to use Hedron.

Creating Sketches

Head to the Creating Sketches Guide to learn how to create sketches.

Get in touch

Made something awesome in Hedron you'd like to share? Need help or have some cool ideas? Let's talk! Find Alex on Twitter: @funtriangles, or email: [email protected].

Contributing to Hedron

If you are having fun with Hedron, we'd love you to help with development. See the repo issues for what needs doing. We're particularly looking for developers who know about:

How to contribute

  • Fork a branch from dev
  • Make changes
  • Make a pull request to dev

Don't worry too much if the tests aren't passing, we can work on that together. :)

Build From Source

If you're making your own sketches, you'll probably want to build Hedron from source. You'll get lots of extra development benefits this way, such as auto refreshing on save.

  1. Make sure Node.js and Yarn are installed on your machine.
  2. Open terminal and run the commands below.
$ git clone https://github.com/nudibranchrecords/hedron.git
$ cd hedron
$ yarn
$ yarn start

yarn start opens the app in dev mode, you'll probably want to close the dev tools on the right hand side of the window.

Run yarn dist to package up the app for best performance and no dev tools. Once the build is complete, you'll find the app inside /dist.

Note for Windows users: Hedron doesn't seem to play nice inside of Windows Subsystem for Linux (WSL). So just install Node and Yarn natively and work like that. If you do get it working with WSL, please let us know via the issues!

Dev scripts

script description
yarn start Run in dev mode
yarn dist Package the app
yarn dist:dev Run a production build without packaging. Behaves similarly to yarn start in that it will look for a default project and open Chrome DevTools automatically. However it will not do any sort of live refreshing.
yarn dist:example-projects Install dependencies for example projects, zip them and move them to the dist folder
yarn lint Run linting
yarn test Run pre deployment tests (including linting)
yarn test:dev Run tests on file changes (does not include linting)

hedron's People

Contributors

funwithtriangles avatar cale-bradbury avatar esnho avatar jlchapa avatar

Watchers

James Cloos avatar  avatar

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.