Skip to content

cunnellp5/animations

Repository files navigation

Animations

animations.philcunnell.dev

Warning

Some content may be offensive

Links

🌊 Flow Field
💐 GenerativeArt
🧪 Infinity tube
👾 Space Invaders game (desktop only)
🌭 Sprites Hot dog
👹 Monster CSS
🐣 Non-flappy Bird


Tech Stack

  • JavaScript
  • HTML
  • CSS
  • GLSL (shader code saved here but not rendered)
  • Three.js imported as CDN

Development

  • No need to actually run npm install.

  • I prefer using the http-server package to serve these static pages

    $ git clone {project}
    $ npm install (optional)
    $ http-server (optional)
    
  • open html any of the html files in your browser to view results