• Stars
    star
    131
  • Rank 275,867 (Top 6 %)
  • Language
    CoffeeScript
  • License
    MIT License
  • Created almost 11 years ago
  • Updated over 10 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A simple physics simulation/meditation/relaxation experiment.

Loading Screen

What is this?

A simple physics simulation/meditation/relaxation experiment. Which you can view here

Why?

Ultimately the main motivating factor for this experiment was my desire to learn a bunch of "new" technologies:

  • Box2dWeb - Rather than roll my own physics I decided to finally take the plunge and learn how to use a real physics engine.
  • SVG - Most of my prior experiments were built using Canvas or DOM rendering. This turned out to be a good chance to try out SVG.
  • CoffeeScript - 99.9% of my coding at work is in JS. I was curious what all the hubbub was about.
  • Web Audio API - As a last minute decision, I decided it would be nice to play with something entirely new.

What came out of the combination of the above is something that I find myself staring at for unexpectedly long periods of time.

Reference Links:

Building

  1. Run npm install.
  2. grunt.
  3. In another terminal run a server to serve this projects directory (e.g. python -m SimpleHTTPServer 8080).
  4. Open up the browser

More Repositories

1

svg-animation-src

JavaScript
108
star
2

andrewhoyer

andrew.wang-hoyer.com
HTML
64
star
3

entropy

Partial JavaScript implementation of the the entropy eso-lang
JavaScript
63
star
4

chaos-game

Source code for http://andrew.wang-hoyer.com/experiments/chaos-game
JavaScript
44
star
5

cloth-simulation

Really simple JS canvas cloth simulation
JavaScript
30
star
6

blob

A loveable blob built on some simple physics.
JavaScript
17
star
7

zoetrope

CSS
16
star
8

css3-walking-man

A walking man (me) done entirely using CSS3 transforms and simple HTML
CSS
14
star
9

simple-fractals

A small series of simple fractals (kept around for memories sake)
JavaScript
14
star
10

clap.space

http://clap.space
HTML
8
star
11

tracer

Simple hacked together tool for creating traced doodles that live on my home page.
JavaScript
7
star
12

simple-sudoku-solver

A simple JS rule based sudoku solver
JavaScript
7
star
13

robotic-arm

My first venture into JS (kept around for sentimental reasons)
JavaScript
5
star
14

typographic-rain

A rain simulation built using DOM elements and css transforms
JavaScript
5
star
15

particle-system

Another old experiment kept around for the sake of keeping it around
JavaScript
5
star
16

limbo.js

"You're waiting for a train, a train that will take you far away. You know where you hope this train will take you, but you don't know for sure. But it doesn't matter."
JavaScript
4
star
17

paper-divider

A little tool to help divide large sheets of paper.
3
star
18

drip-sessions

Another old experiment kept around for the sake of keeping it around
JavaScript
3
star
19

mobeh-dick

Silly experiment translating a bit of moby dick into internet speak
CSS
3
star
20

numbers-to-words

Converts any positive integer into words (in a ridiculously small amount of code)
CSS
3
star
21

timemachine

JavaScript
3
star
22

muda

Commissioned experiment for MuDA (http://muda.co/collection/emergentmotion/)
JavaScript
3
star
23

tnh-new-tab-crx

A simple Chrome new tab chrome extension that shows pretty colors and deep quotes from Thich Nhat Hanh.
CSS
2
star
24

sublime-text-2-js-helpers

A collection of random snippets and such for javascript development.
2
star
25

css3d-clock

A 3d clock built entirely out of divs using css3 3d-transforms
CSS
2
star
26

mbmbalphabet

http://mbmbalphabet.com
JavaScript
2
star
27

something-a-day

Long (originally rails) experiment in which I wrote down one significant thing everyday for a whole year
JavaScript
2
star
28

minecraft-server

A git backup for a shared minecraft server that I run.
Shell
1
star
29

practice

1
star
30

ismuniontime

Ruby
1
star
31

is

Simple type checking micro library
JavaScript
1
star
32

svgs-are-just-text

JavaScript
1
star