scottfredericks / Wave2D

A simple C++ simulation of the 2D Wave equation using SDL2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wave2D

A simple C++ simulation of the 2D Wave equation using SDL2. This is a simple test, meant to be run on Linux Mint. It is no longer maintained.

Dependencies:

  • SDL2:
    sudo apt-get install libsdl2-dev
  • make:
    sudo apt-get install make

To Use:
git clone https://github.com/scottfredericks/Wave2D
cd Wave2D
make
./RunWave

About

A simple C++ simulation of the 2D Wave equation using SDL2


Languages

Language:C++ 98.6%Language:Makefile 1.4%