Skip to content

rnpnr/ogl_beamforming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ogl beamforming

Building

Bootstrap the build tool once and it will rebuild itself as needed:

cc -march=native -O3 build.c -o build

or:

md out & cl -nologo -std:c11 -O2 -Fo:out\ build.c

Then run the build tool:

./build

Debug Builds

Pass the build tool the --debug flag to get a build suitable for development/debugging:

./build --debug

Debug builds enable dynamic reloading of almost the entire program and you can make changes to most code and recompile without exiting the application.

About

Realtime Ultrasound Beamforming with OpenGL

Topics

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •