Skip to content

GDSiON 0.7-beta0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jun 19:40
· 92 commits to main since this release

First fixed release of the synthesizer is here!

At this point I'm considering the library to be feature complete, and switching gears to stabilizing it, which means it's now in the beta. There are still a couple of things missing from the original SiON, but those will have to wait for a future version where I can test and implement them properly.

This build is designated beta 0 because I'm testing the whole "tag a commit to build a release" workflow, and I still need to sort out notarization on macOS (but it's coming!). That aside, this version is ready for testing and use, and it's the one that powers Bosca Ceoil Blue! Does this mean that a Bosca beta release is also coming soon?.. 👀

Built from commit ed3db5f9ec5de153c2a9d542a6cf5652fa43b2f5. If you experience issues, please report them as soon as you can.

Downloads

These archives contain GDSiON binaries for both debug and release exports.

Installation

  1. Extract the contents of the archive to your project's root folder.
  2. Make sure that you now have a bin folder (i.e. res://bin), and that it contains libgdsion.gdextension and some other files starting with libgdsion.
  3. Restart the editor.

You must download a build for each platform you plan on exporting to. The libgdsion.gdextension is the same in every download and can be safely overwritten when extracting multiple archives.

Example project

The example project showcases one of many applications of the synthesizer library in an interactive way. It's the best way to start experimenting with GDSiON!

The example project source archive contains GDSiON binaries for all platforms. It may be required for you to open the project twice to import everything correctly.