Giter Site home page Giter Site logo

pure_morph's Introduction

Epimorphism

Epimorphism is a psychedelic virtualization of video feedback. It is written in pure_script and compiles to javascript.

The project is live on the web here http://www.epimorphism.com

Setup

  • !!NOTE!!
  • Setting up this project isn't as simple as it should be. You need to use purescript 0.8.5, so in the below instructions
  • you need npm install -g [email protected] and npm install -g [email protected]
  • BUT! This won't install with node 6, so you need node 5 or 4.
  • get setup with purescript http://www.purescript.org/learn/getting-started/
  • install purescript dependencies - bower i
  • install fswatch - easily done with homebrew brew install fswatch
  • !! NOW !!
  • There is an issue with one of the dependencies, purescript-simple-dom.
  • The quick fix is to add these lines to bower_components/purescript-simple-dom/src/Data/DOM/Simple/Encode.js
  • exports.encodeURIComponent = window.encodeURIComponent;
  • exports.decodeURIComponent = window.decodeURIComponent;
  • exports.encodeURI = window.encodeURI;
  • exports.decodeURI = window.decodeURI;
  • I will fix this madness at some point soon.
  • start the build system - scripts/watch.sh
  • start the development server - scripts/server.sh
  • the project should be visible on http://localhost:8000

Useful Commands

  • ~ - development panel
  • | - show fps
  • 1,2,3,.. - increment various components in component library
  • q,w,e,.. - decrement various components. for instance, 1 choses the next transformation in the library, while q will chose the previous one
  • a,s,d,.. - increase value of numerical paramenters
  • z,x,c,.. - decreaes value of associated paramenter

pure_morph's People

Contributors

geneshuman avatar

Watchers

James Cloos avatar Josh Burgess 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.