Skip to content

Commit 5833dc5

Browse files
committed
Add some misc links
1 parent 0d9f890 commit 5833dc5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Diff for: content/news/052/index.md

+16
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,22 @@ educational software at a startup with no issues so far.
244244
[egui]: https://github.com/emilk/egui
245245
[erat_web]: https://gold-silver-copper.github.io/
246246

247+
### [FMOD-oxide][fmod-oxide]
248+
249+
Safe rust bindings to the FMOD sound engine. This crate tries to be as rusty and low-cost as possible, without comprimising on any APIs.
250+
Certain APIs, such as loading banks from a pointer, are marked as unsafe, but are still available for use.
251+
252+
[fmod-oxide]: https://crates.io/crates/fmod-oxide
253+
254+
255+
### Other Library Updates and Releases
256+
257+
- [gdext-coroutines](https://github.com/Houtamelo/gdext_coroutines): Run Rust coroutines in Godot 4.2+ (through GDExtension), inspired on Unity's Coroutines design.
258+
- [FunDSP 0.18](https://github.com/SamiPerttu/fundsp): FunDSP is an audio DSP ([digital signal processing](https://en.wikipedia.org/wiki/Digital_signal_processing))
259+
library for audio processing and synthesis. This release is a rewrite that adds no_std and SIMD support.
260+
261+
262+
247263
## Popular Workgroup Issues in GitHub
248264

249265
<!-- Up to 10 links to interesting issues -->

0 commit comments

Comments
 (0)