arturoc / Entropy

Astronomy staged as a live immersive performance

Home Page:http://entropyspace.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository contains all the software developed for the Entropy presentation.

Please note that at this point, these applications are unfinished proofs-of-concept, so run at your own risk!

Project files are included for Xcode (OS X) or Visual Studio 2015 (Windows). Most apps should run on both platforms, but note that some may be Windows only because of OpenGL limitations on OS X. The final set of applications will run on Windows, so that's always your best bet. All apps should also theoretically work on Linux, if anyone wants to give that a go.

Setup

  1. Clone openFrameworks. Make sure to use the Entropy organisation fork to ensure all apps will run correctly.
  2. Clone Entropy (this project) into the openFrameworks/ directory.
  3. Download all necessary addons.
    1. Make sure you have Python installed and run the script python _update.py from the command line.
    2. Alternatively, look through the _dependencies.json file and manually clone all addons in that list.
  4. Try running some projects!

Update

  1. Make sure you have Python installed and run the script python _update.py from the command line.

Collaborate

We'll be using the gitflow model in order to collaborate while keeping things stable. For more info, check out these links:

Make sure any addons you are using are forked in the Entropy organization, and properly referenced in the _dependencies.json file. This will ensure everyone works off the same codebase.

Contribute

Please submit an issue if you find any bugs or have any problems setting up. PRs are even better!

About

Astronomy staged as a live immersive performance

http://entropyspace.net/

License:GNU General Public License v3.0


Languages

Language:C++ 91.1%Language:GLSL 6.1%Language:C 1.9%Language:Makefile 0.3%Language:QML 0.2%Language:Python 0.2%Language:CMake 0.1%