UNPKG

webgl-3d-animation

Version:

Interactive 3D animation using WebGL showing a 2D predator prey ecology on a grid which is real-time mapped onto the surface of a 3D torus. node.js server side gives access to WAV format files which are rendered using Web Audio API

39 lines (38 loc) 1.21 kB
{ "author": "Scott Stensland <scottstensland@gmail.com> (https://stackoverflow.com/users/147175/scott-stensland/)", "bugs": { "url": "https://github.com/scottstensland/webgl-3d-animation/issues" }, "dependencies": { "express": "^5.2.1", "ws": "^8.18.3" }, "description": "Interactive 3D animation using WebGL showing a 2D predator prey ecology on a grid which is real-time mapped onto the surface of a 3D torus. node.js server side gives access to WAV format files which are rendered using Web Audio API", "engines": { "node": ">=6.x" }, "homepage": "https://github.com/scottstensland/webgl-3d-animation", "keywords": [ "webgl", "audio", "webaudio", "animation", "predator-prey", "torus", "3D", "interactive" ], "license": "ISC", "main": "src/app.js", "name": "webgl-3d-animation", "repository": { "type": "git", "url": "https://github.com/scottstensland/webgl-3d-animation.git" }, "scripts": { "start": "node src/app.js", "test": "make" }, "subdomain": "webgl-3d-animation", "version": "1.0.6" }