#emulator #don-t

emu

A set of libraries for writing emulators in Rust

4 releases

Uses old Rust 2015

0.1.3 Nov 11, 2015
0.1.2 Oct 30, 2015
0.1.1 Oct 20, 2015
0.1.0 Oct 13, 2015

#84 in #don-t

25 downloads per month
Used in snes-apu

BSD-2-Clause

3KB

emu Build Status Crates.io Crates.io

Because bad code don't fly!

what

emu is set of libraries full of infrastruture code for writing emulators in Rust. At the moment it's very much in its infancy and highly incomplete. The first goal is to port/rewrite enough existing infrastructure from my older Fel library to support porting various emulators I've written to Rust (like this one and this one), and from there it's all about exploration and writing more emulators :) . There will also be an effort throughout the project to separate as much of the code as possible into smaller crates that can be used in other projects (for example, I foresee the audio abstractions could be of use in other domains).

why

I've always been fascinated by emulators and emulation, and I've spent much of my time in the last 5 years exploring what makes them tick and different ways to make them. As with most of my projects, this is purely for personal exploration/growth, while still making an effort to produce production-quality code that's safe to [ab]use in the wild. This is one of the primary motivations for writing this library in Rust, another being bare-metal speed.

license

This code is licensed under the BSD2 license (see LICENSE).

Dependencies

~210KB