/VAEG

Demo integration of VAE Sound Engine into Godot with GDNative

Primary LanguageC++MIT LicenseMIT

VAEG

VAEG is a simple integration for VAE as an addon to Godot.

It adds VAEEngine, VAEListener and VAEEmitter as custom node-types to godot and allows interaction with VAE over instance of them.

Build

  • Windows
    • git config --global core.symlinks true
    • Clone the Repo
    • mkdir build
    • cd build
    • cmake .. -T host=x64 -A x64 TODO 64 bits
    • cmake --build or build the solution file in the build folder
  • Linux
    • mkdir build
    • cd build
    • cmake ..
    • cmake --build ?
  • Mac
    • Not tested

Open demo/project.godot The actual plugin is in demo/addons/vaeg

The project in the demo folder is a slighlty modified version of the FPS Template by Dimitar "Whimfoome" Dimitrov.