Skip to content

arturoc/Entropy

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 91.2%
  • GLSL 6.1%
  • C 1.9%
  • Makefile 0.3%
  • QML 0.2%
  • Python 0.2%
  • CMake 0.1%