Skip to content

Commit 8db9c4b

Browse files
author
Ben Jack
committed
initial commit
0 parents  commit 8db9c4b

18 files changed

Lines changed: 8682 additions & 0 deletions

.babelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"presets": ["@babel/preset-env"]
3+
}

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.DS_Store
2+
node_modules/
3+
build/

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
About
2+
=======
3+
4+
Phenakistoscope.js is a small framework built on top of P5JS for making phenakistoscopes.
5+
This project is a part of the Creative Coding Projects youtube channel.
6+
For information on how to get started visit: VIDEO URL GOES HERE
7+
8+
Installation
9+
=======
10+
11+
1. Download a built version of PhenakistoscopeJS from : BUILD URL HERE
12+
2. if you don't already have a text editor get one (I recommend Atom as that is what I use in the videos)
13+
3. install a development server such as atom-live-server
14+
4. Watch the tutorial videos at: PLAYLIST URL GOES HERE
15+
16+
Build from source
17+
=======
18+
19+
1. clone the repo or download the zip
20+
2. install npm if you don't already have it
21+
3. npm install
22+
4. npm run Build
23+
24+
This will build the source and populate the build folder with the necessary libraries.
25+
You will need to run a local development server to be able to use all the features
26+
in some browsers.

0 commit comments

Comments
 (0)