GithubHelp home page GithubHelp logo

drakh / south.im Goto Github PK

View Code? Open in Web Editor NEW

This project forked from smallmultiples/south.im

0.0 2.0 0.0 40.96 MB

Web Directions South 2013 Opening Titles

Home Page: http://run.south.im

License: MIT License

Makefile 2.25% JavaScript 83.05% CSS 2.96% C 11.75%

south.im's Introduction

WDS 2013 Opening Titles

The opening titles for Web Direction South 2013: a entirely browser-based animation powered by WebGL, browserify and npm.

Check out the finished product at run.south.im.

Screenshot

Setup

To get the code on your system and install the required dependencies:

git clone [email protected]:smallmultiples/south.im.git
cd south.im
npm install

If you're just looking to get it running locally:

npm start

Otherwise, you can run make to set off the following tasks:

# Starts a local development server using beefy
make start
# Builds the production-ready assets
make build
# Removes any generated assets
make clean
# Visualise file size consumption using disc
make disc
open dist/disc.html
# Visualise the project's dependency tree using colony
make colony
open dist/colony/index.html

Related Code

If you're wondering about specific bits of functionality, most of the final code is actually contained in modules which are freely available on npm. These ones might be of particular interest:

  • browserify: handles building the final script, letting us use CommonJS modules from npm and elsewhere.
  • glslify: a browserify-like bundler for GLSL shaders.
  • ndarray: a very versatile/performant module for handling multidimensional arrays with a wealth of compatible modules.
  • level.js: a level* API wrapper for IndexedDB. Used in combination with continuous-storage to cache generated terrain.
  • webworkify: Used in combination with worker-wrap for generating terrain meshes in a separate thread.
  • perlin: a Javascript perlin noise implementation, used to generate the terrain.
  • ndarray-continuous: an API for handling dynamic grids of ndarrays, so we can easily load/unload chunks of terrain dynamically.
  • heightmap-mesher: takes a heightmap and converts it into 3D triangles.
  • orbit-camera: a simple arcball camera built on top of gl-matrix.
  • talkie: handles queueing events in a timeline such that they can be triggered at certain parts of the song.
  • lut: generates generic color tables as a starting point for color grading.
  • gl-matrix: a very performant JS matrix library.
  • gl-now: a variant of game-shell for WebGL demos to handle bootstrapping the 3D context.
  • glsl-point-light: A reusable point light function for GLSL.
  • glsl-fog: A reusable set of fog functions for GLSL.
  • webgl-noise: perlin/simplex/classic noise in GLSL.
  • web-audio-analyser: A drop-in module for getting audio analysis data from the Web Audio API.
  • beats: naive beat detection.
  • dot-obj: A parser for the .obj geometry format. Used to include models exported from Blender.

Authors

The song included in the credits is Clones by Thomas Barrandon, you should check out his other work!

It's also worth taking a look at hackers.txt for a full list of the authors whose modules were used in the project.

License

Unless otherwise specified, all source code is licensed under the MIT license included in this repository.

Certain project-specific files have been licensed under the Mozilla Public License. These files are stated as such explicitly at the beginning of the file in question.

With the exception of the Web Directions South logo, images and 3D geometry files are licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License: Creative Commons License

south.im's People

Contributors

hughsk avatar

Watchers

 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.