libgme / game-music-emu

Blargg's video game music emulation library, which allows audio applications to easily add playback support for the music of many classic video game consoles.
GNU Lesser General Public License v2.1
68 stars 12 forks source link

I made Rust bindings #30

Closed Wohlstand closed 5 years ago

Wohlstand commented 5 years ago

Original report by Jay Pavlina (Bitbucket: JayPavlina, GitHub: JayPavlina).


I just wanted to let you know I made Rust bindings for Game Music Emu. It still needs work but the basics are there.

Wohlstand commented 5 years ago

Original comment by Michael Pyne (Bitbucket: mpyne, GitHub: mpyne).


Nice! I’ve touched Rust a bit a few months back playing around with Actix. It would be nice to someday get to a native Rust implementation of something like this so emulating untrusted user input isn’t quite so dangerous, and this is a good start in that direction.

Wohlstand commented 5 years ago

Original comment by Michael Pyne (Bitbucket: mpyne, GitHub: mpyne).


I’ve added a mention in the Wiki. If there’s other action that would make sense please let me know and/or reopen.