8000 GitHub - MareoRaft/double-vortex
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

MareoRaft/double-vortex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Double Vortex

Double vortex was a programming challenge I did with Andrew Robbins inspired by a video about vortex rings by Physics Girl. We challenged ourselves to build an animation of a toroidal vortex in a day and the result was this double vortex animation.

Deploy Notes

Attempting to deploy a dockerized version of this website.

# on the dev machine, build the latest image and push it to dockerhub
docker build -t mvlancellotti/double-vortex .
docker push mvlancellotti/double-vortex
# on the prod server, pull the latest image and run it
docker pull mvlancellotti/double-vortex
docker run -p 8007:8000 mvlancellotti/double-vortex

and then hit the server's IP address at port 8007.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0