Skip to content

pce/WaveEditorStandalone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building the Standalone Wave Editor

To build the standalone wave editor, follow these steps:

# cd standalone_wave_editor
mkdir build && cd build
cmake ..
make
./WaveEditorStandalone

build with vcpkg

# Initialize build with vcpkg
cmake .. -DCMAKE_TOOLCHAIN_FILE=[path_to_vcpkg]/scripts/buildsystems/vcpkg.cmake

# Compile both the Editor and the Raylib Example
cmake --build .

About

Standalone Mono Wave Editor and Generator

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors