FamilyComputer.jl is an experimental emulator of Nintendo Entertainment System (a.k.a. Family Computer) written in Julia. This emulator is still a work in progress.
By default, FamilyComputer.jl uses SDL2.
julia -e 'using Pkg; Pkg.add(url="https://github.com/kitta65/FamilyComputer.jl")'
using FamilyComputer
play("path/to/ines.nes")
Key | Button |
---|---|
W | Up |
A | Left |
S | Down |
D | Right |
O | A |
P | B |
Enter | Start |
Space | Select |
Other NES emulators for julia.
The design of FamilyComputer.jl is inspired by