All Projects → scottstensland → webgl-3d-animation

scottstensland / webgl-3d-animation

Licence: MIT License
An interactive 3D animation using WebGL to depict a 2D predator prey ecology on a grid real-time mapped onto the surface of a 3D torus. Sound file is parsed then visualized both in time and frequency domains as well as rendered using Web Audio API - this is an exercise where I taught myself how to display data for an ongoing project on sound syn…

Programming Languages

javascript
184084 projects - #8 most used programming language
Roff
2310 projects
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to webgl-3d-animation

Comet
Web Synthesis on steroids
Stars: ✭ 18 (-21.74%)
Mutual labels:  audio-visualizer, web-audio-api
InteractiveCodeSearch.jl
Interactively search Julia code from terminal
Stars: ✭ 74 (+221.74%)
Mutual labels:  interactive
pyfilter
Particle filtering and sequential parameter inference in Python
Stars: ✭ 52 (+126.09%)
Mutual labels:  time-series
periodicity
Useful tools for periodicity analysis in time series data.
Stars: ✭ 15 (-34.78%)
Mutual labels:  time-series
facade
Facade Framework - autogenerated embedded live dashboards for Rust apps
Stars: ✭ 95 (+313.04%)
Mutual labels:  interactive
MessyTimeSeries.jl
A Julia implementation of basic tools for time series analysis compatible with incomplete data.
Stars: ✭ 88 (+282.61%)
Mutual labels:  time-series
models
Forecasting 🇫🇷 elections with Bayesian statistics 🥳
Stars: ✭ 24 (+4.35%)
Mutual labels:  time-series
pixel-canvas
A crate to make drawing in a buffer of pixels easy!
Stars: ✭ 19 (-17.39%)
Mutual labels:  interactive
Machine-Learning
Machine Learning Projects
Stars: ✭ 19 (-17.39%)
Mutual labels:  time-series
fireTS
A python multi-variate time series prediction library working with sklearn
Stars: ✭ 62 (+169.57%)
Mutual labels:  time-series
mtad-gat-pytorch
PyTorch implementation of MTAD-GAT (Multivariate Time-Series Anomaly Detection via Graph Attention Networks) by Zhao et. al (2020, https://arxiv.org/abs/2009.02040).
Stars: ✭ 85 (+269.57%)
Mutual labels:  time-series
GKT
Graph-based Knowledge Tracing: Modeling Student Proficiency Using Graph Neural Network
Stars: ✭ 43 (+86.96%)
Mutual labels:  time-series
khiva-ruby
High-performance time series algorithms for Ruby
Stars: ✭ 27 (+17.39%)
Mutual labels:  time-series
battery-rul-estimation
Remaining Useful Life (RUL) estimation of Lithium-ion batteries using deep LSTMs
Stars: ✭ 25 (+8.7%)
Mutual labels:  time-series
financial-ts-prediction-with-deeplearning
(Work In Progress) Implementation of "Financial Time Series Prediction Using Deep Learning"
Stars: ✭ 15 (-34.78%)
Mutual labels:  time-series
marcizhu
An interactive chess game in a README file!
Stars: ✭ 37 (+60.87%)
Mutual labels:  interactive
TSForecasting
This repository contains the implementations related to the experiments of a set of publicly available datasets that are used in the time series forecasting research space.
Stars: ✭ 53 (+130.43%)
Mutual labels:  time-series
exp-smoothing-java
Exponential Smoothing & Moving Average Models in Java
Stars: ✭ 18 (-21.74%)
Mutual labels:  time-series
react-vector-maps
🗺 A React component for interactive vector maps of the world and 100+ countries
Stars: ✭ 112 (+386.96%)
Mutual labels:  interactive
Synthetic-data-gen
Various methods for generating synthetic data for data science and ML
Stars: ✭ 57 (+147.83%)
Mutual labels:  time-series

webgl-3d-animation

An interactive 3D animation using WebGL to depict a 2D predator prey ecology on a grid real-time mapped onto the surface of a 3D torus. Sound file is parsed then visualized both in time and frequency domains as well as rendered using Web Audio API - this is an exercise where I taught myself how to display data for an ongoing project on sound synthesis

Installation

Visit nodejs.org and install Node.js.

Clone this repository to your local machine:

git clone [email protected]:scottstensland/webgl-3d-animation.git

Change directory into the project folder:

cd webgl-3d-animation

Then install the dependent modules:

npm install

Launch the nodejs app:

npm start

Using a WebGL savvy browser, point it at URL :

		 http://localhost:8888 

or ignore above and just see this WebGL app deployed live on heroku :

http://webgl-3d-animation.herokuapp.com/

Feel free to contact me on twitter if you have any questions!

... my twitter name is same as my github name

instructions on how to drive this ...

run on a computer not on a phone since it currently uses

just the mouse and keyboard as controls

 mouse left button and middle scroll wheel
       page up / page down
 arrow keys  left/right/up/down
       also these keys :  w s a d


  it uses WebGL for graphics
I wrote it in the language javascript infact this was my
  "Hello World"  for both javascript and WebGL
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].