nicolasbinet / codeology

Codeology brings to life the art and science of code. https://codeology.braintreepayments.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codeology

Codeology brings to life the art and science of code. An algorithm analyzes GitHub projects and creates unique organic forms based on the codebase size and language. As no two pieces of code are alike, no two Codeology forms are alike.

How it works

The application pulls data from GitHub’s public API and creates visuals using WebGL, Three.js, and GLSL Shaders. Shape and color represent an individual language, with size being proportionate to how many characters of code were written.

Setting up node modules

  • Source files are located in /src folder and compiled to /dist folder.
  • Build files are located in /build folder.

To setup required node modules just run: npm install.

Compile

To compile all files to dist folder, run: grunt. If you need live compiling (separately: images, fonts, js and scss), just run: grunt watch.

Release

To release project with clean code, run: grunt release.

Contributing

We're excited to hear your ideas for improving this project! Feel free to submit a pull request or create a new GitHub issue if you find a bug or have questions. We'll do our best to respond.

Acknowledgements

This project was made possible by Braintree.

About

Codeology brings to life the art and science of code. https://codeology.braintreepayments.com/

License:MIT License


Languages

Language:JavaScript 83.0%Language:CSS 11.1%Language:HTML 5.8%Language:Ruby 0.1%