benkuper / BenTo

Official BenTo Light Props Show Authoring Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BenTo

Official BenTo Light Props Show Authoring Tool

This software is under heavy development and is subject to frequent changes !

Documentation

The documentation can be found at: https://bkuperberg.gitbook.io/bento-docs/

Discord

If you have questions please join our discord server: https://discord.gg/kedAeCbKUM

The Download Zone

Releases are on the release page : https://github.com/benkuper/BenTo/releases

You can find the bleeding edge version, compiled against latest commits here :

Additionally, you can download a set of example scripts that you can then use as Script Blocks in the software : http://benjamin.kuperberg.fr/bento/download/BenTo-Example-Scripts.zip

Building the software

BenTo is built on top of the JUCE frameworks. You can find more infos about it there : http://www.juce.com Some code needs to be on the develop branch of juce, so you can't use the official release of JUCE until the next one. To build the software, you need to :

  • Clone the develop-local branch of my JUCE fork here :

git clone --branch=develop-local http://github.com/benkuper/JUCE

  • Download the dependencies (see below)
  • Launch the Projucer and open BenTo.jucer
  • Link the dependencies on the modules section
  • Save the jucer
  • Open the solution for you platform in the Builds folder
  • Build the solution from your IDE or make in linux without Code::Blocks

Dependencies

Chataigne relies on the OrganicUI JUCE module and juce_timeline that you can find here :

You will need to clone those repositories and link the Projucer juce_organicui and juce_timeline modules to its parent folder

The Badge Zone

  • Linux (x64): Build Status

  • MacOS : Build Status

  • Windows (x64) : Build status

forthebadge

Bento Remote (smartphone app)

There is also a smartphone app that covers the functionality of the OSC command API: https://github.com/jonglissimo/bento-remote

Screenshots

Bento

About

Official BenTo Light Props Show Authoring Tool

License:GNU General Public License v3.0


Languages

Language:C++ 89.8%Language:C 6.0%Language:Makefile 2.3%Language:HTML 1.5%Language:Objective-C++ 0.1%Language:Inno Setup 0.1%Language:GLSL 0.0%Language:JavaScript 0.0%Language:Roff 0.0%