Skip to content

Shallow water equation simulator implemented with WebGL.

Notifications You must be signed in to change notification settings

jakakordez/shallow-water

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shallow water equations

This repository contains shallow water equations solver implemented in WebGL.

Requirements

  • Static HTTP server
  • A modern web browser with WebGL 2 (Tested in Firefox 64)

To run

Demonstration is hosted on http://kordez.si/shallow-water/

Deploy locally

Because the code uses XHR loading of shaders a proper HTTP server is required. You can run one with Python:

python3 -m http.server

and open http://localhost:8000 in your browser.

About

Shallow water equation simulator implemented with WebGL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published