Skip to content

Commit

Permalink
0.1.0 release: change Makefile and README.
Browse files Browse the repository at this point in the history
  • Loading branch information
stechyo committed Jan 19, 2024
1 parent 4c795fb commit b5b5bda
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
13 changes: 8 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ install-steam-audio:
cp src/lib/steamaudio/lib/linux-x64/libphonon.so project/addons/godot-steam-audio/bin

release:
scons platform=linux target=template_debug && scons platform=windows target=template_debug
scons platform=linux target=template_debug && scons platform=windows target=template_debug && \
scons platform=linux target=template_release && scons platform=windows target=template_release
mkdir godot-steam-audio-demo
mkdir godot-steam-audio
cp -r ./project ./godot-steam-audio/demo
rm -rI ./godot-steam-audio/demo/.godot ./godot-steam-audio/demo/.gitignore ./godot-steam-audio/demo/.gitattributes ./godot-steam-audio/demo/addons/godot-steam-audio/bin/libphonon.so
cp -r ./godot-steam-audio/demo/addons ./godot-steam-audio/addons
cp -r ./project/* ./godot-steam-audio-demo
rm -rI ./godot-steam-audio-demo/addons/godot-steam-audio/bin/libphonon.so
cp -r ./godot-steam-audio-demo/addons ./godot-steam-audio
zip -r ./godot-steam-audio-vX.Y.Z.zip godot-steam-audio README.md
rm -rI ./godot-steam-audio
zip -r ./godot-steam-audio-demo-vX.Y.Z.zip godot-steam-audio-demo README.md
rm -rI ./godot-steam-audio ./godot-steam-audio-demo
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ into Godot 4.2. This adds sound effects such as occlusion and reverb into the en
### [Demo Video](https://www.youtube.com/watch?v=vRnzfnb93Gw)
![A picture of the editor screen with some godot-steam-audio nodes.](doc/imgs/editor.png)

This extension is in a pre-alpha phase, will have bugs and missing polish, and might crash. Linux and Windows
are currently working. Mac probably works, but I don't have the time nor the money to support that, sorry.
This extension is in an alpha phase, will have bugs and missing polish, and may crash. Don't expect to be able
to ship a game with this extension right now unless you are ready to make some fixes/optimizations to it on
your own (and if you do, PRs are accepted). Linux and Windows are currently working. Mac probably works, but I
don't have the time nor the money to support that, sorry.

### Features
- Spatial ambisonics audio
Expand Down

0 comments on commit b5b5bda

Please sign in to comment.