Skip to content

Muxite/WaveSim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WaveSim

A 2D wave simulation program using the discrete wave equation. Mainly in C++, with a small CUDA section. Uses CMake and SFML graphics.

wave.mp4

Features different methods for calculating each frame for different systems and to compare performance optimizations. GPU acceleration increased speeds by 39x compared to threaded CPU computation. (RTX4050 vs Ryzen 7 8845HS)

Current Methods

  1. Compiler Automatic Parallelization (CPU)
  2. CUDA (GPU)
Screenshot 2025-10-16 212546

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published