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: 10 months ago
JSON representation
Experiment of animation in TREEJS based on the character Walter White of the series Breaking Bad
- Host: GitHub
- URL: https://github.com/bytesleo/breaking-bad-js
- Owner: bytesleo
- Created: 2017-04-08T21:47:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-07-09T07:43:44.000Z (almost 3 years ago)
- Last Synced: 2025-04-22T20:51:15.440Z (about 1 year ago)
- Topics: animation, breaking-bad, canvas, experiment, html5, javascript, tree-js, treejs
- Language: JavaScript
- Homepage: https://codepen.io/kevoj/pen/BWgvOj
- Size: 7.81 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)