Skip to content

garethnunns/EMCalc

Repository files navigation

EM Calc

Barco Event Master Custom Format Calculator

Test Release

iPhone Screenshot iPhone Screenshot Mac Screenshot

This tool is designed to help calculate custom formats for the Barco Event Master range of products. This isn't a Barco product and there's no gaurantee it'll work.

The logic is largely based from the spreadsheet created by Graham Loveridge, Syed Athar Hussain & Scott Gershick.

Run

Download the latest version for your platform on the releases page or use the web version.

It's written with React Native and Expo so native Android and iOS apps could be created if there's demand, in the mean time, it's a PWA so you can add it to your home screen and it will still work offline.

Please open an issue to report a bug or request a feature.

Build

To run locally it's recommended to use Yarn:

# clone this repo
git clone https://github.com/garethnunns/EMCalc.git

# go to cloned repo folder
cd EMCalc

# install expo-cli
yarn global add expo-cli

# install dependencies
yarn install

# run
yarn start

This will launch the Expo DevTools in your browser from which you can run the project in the browser or with iOS/Android devices.