wobble
A tiny (~1.7 KB gzipped) spring physics micro-library that models a damped harmonic oscillator.
File Explorer
Download Latest Version (.zip)- config.yml
- general-solution.gif
- ode.gif
- wobble-logo.png
- 0.jpg
- 1.jpg
- 2.jpg
- 3.jpg
- 4.jpg
- 5.jpg
- index.html
- index.tsx
- now.json
- index.html
- package.json
- tsconfig.json
- yarn.lock
- rAF.js
- Springs-test.ts.snap
- Springs-test.ts
- index.ts
- utils.ts
- .arcconfig
- .arclint
- .gitignore
- CHANGELOG.md
- LICENSE
- package.json
- README.md
- rollup.config.js
- tsconfig.json
- tslint.json
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/skevy/wobble
Downloads the entire project code from GitHub to your computer.
cd wobble
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
yarn add wobble
Type this command into your terminal and run it.
npm install --save wobble
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
