o
odinpkg.dev
packages / library / BeamSim

BeamSim

1464b6clibrary

No description provided.

No license · updated 5 months ago

BeamSim

This repository is a small project showing the interferences obtained when emitting a sinusoidal signal from an array of emitters.

The current project allows for a linear phase shift phi between the emitters, phi can be editted while the simulation is running with the slider in the top left. The update only occurs after you've relased the slider.

The next objective is to look at threading.

Details

  • The code is in Odin, Running it is a simple as installing the compiler, navigating to the folder containing main.odin and calling the command "odin run ."

  • Display done with Raylib