Release Notes
This is just an update of the changes accumulated over they year. This doesn't improve compat, mostly small internal
changes
- Add a very basic linear scenario disassembler. The output format is not stable yet, probably should work on making it
compatible with what shin-asm
expects.
- Implement & expose in sdu
shin-asm
: a way-too-much over-engineered assembler for SNR files. It is still largely
unfinished and can assembly only very basic files.
- Add an optional gstreamer backend to
shin-video
, allowing for hardware-accelerated decoding. Not build by default,
unsure on how to distribute on windows yet.
- Use typed
NumberSpec
values, which will get lowered to a more concrete type than i32
when computed.
- Various dependency updates.
sdu 0.6.0
Install sdu 0.6.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/DCNick3/shin/releases/download/v0.6.0/sdu-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/DCNick3/shin/releases/download/v0.6.0/sdu-installer.ps1 | iex"
Download sdu 0.6.0
shin 0.6.0
Install shin 0.6.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/DCNick3/shin/releases/download/v0.6.0/shin-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/DCNick3/shin/releases/download/v0.6.0/shin-installer.ps1 | iex"
Download shin 0.6.0