Skip to content

icebreakersentertainment/openalsoft_plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenAl Soft Plugin

Note: This project is incredibly young, and isn't in any kind of production ready state.

To clone:

git clone --recursive https://github.com/icebreakersentertainment/openalsoft_plugin.git

Updating submodules:

git submodule update --recursive --remote

Get/build prerequisites:

cd ice_engine/ice_engine
python setup.py

To build on Linux:

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make

To build on Windows:

mkdir build
cd build

cmake -DCMAKE_BUILD_TYPE=Release ..
msbuild /p:Configuration=Release openalsoft_plugin.sln

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published