Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bytesleo/breaking-bad-js

Experiment of animation in TREEJS based on the character Walter White of the series Breaking Bad
https://github.com/bytesleo/breaking-bad-js

animation breaking-bad canvas experiment html5 javascript tree-js treejs

Last synced: 2 months ago
JSON representation

Experiment of animation in TREEJS based on the character Walter White of the series Breaking Bad

Awesome Lists containing this project

README

        

# breaking-bad-js

> Experiment of animation in TREEJS based on the character Walter White of the series Breaking Bad Edit

## Directory Layout

```bash
.
├── /css/ # folder styles
│ └── /main.css # main style
├── /js/ # folder scripts
│ └── /main.js # main script
└── index.html # main html
```

## Installation

```bash
git clone https://github.com/kevoj/breaking-bad-js
cd breaking-bad-js
npm i
```

## Start

`npm start`

## Demo

[view demo online](http://codepen.io/kevoj/pen/BWgvOj)