Skip to content

mivp/windmap

 
 

Repository files navigation

Windmap

Dense and fast windmap

Omegalib module

Tested with Omegalib 13.1

Compile:

cd windmap
mkdir build
cd build
cmake ..
make

Run with python script:


Standalone app

Tested with MacOS 10.13.1

cd windmap/app
mkdir build
cd build
cmake .. -DSTANDALONE_APP=On [-G Xcode]
make (or run build in XCode)

About

Dense and fast windmap

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 69.7%
  • C++ 25.4%
  • Python 2.2%
  • GLSL 1.3%
  • CMake 0.8%
  • JavaScript 0.4%
  • Shell 0.2%