Skip to main content

SNES emulator wheel for scripted testing and tracing, built on a stripped-down ares Super Famicom core.

Project description

kintsuki

SNES emulator wheel built on a stripped-down ares Super Famicom core via a thin C ABI. Aimed at scripted testing and instruction tracing.

import kintsuki

emu = kintsuki.Emu()
emu.load_rom("game.sfc")
emu.run_frames(60)
print(f"$7E1700 = {emu.read(0x7E1700):#04x}")
emu.screenshot("frame.png")

Build

This package ships libkintsuki.dylib (macOS) / .so (Linux) / .dll (Windows) in src/kintsuki/_lib/. Rebuild from source:

cmake -S ../ares -B ../build -G Ninja
ninja -C ../build kintsuki
cp ../build/target-kintsuki/libkintsuki.dylib src/kintsuki/_lib/
pip install -e .

License

ISC. Vendors ares under its own ISC license — see ares/LICENSE in the parent repo.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

kintsuki-0.0.0a4-py3-none-manylinux_2_39_aarch64.whl (702.4 kB view details)

Uploaded Python 3manylinux: glibc 2.39+ ARM64

kintsuki-0.0.0a4-py3-none-macosx_11_0_arm64.whl (752.8 kB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

Details for the file kintsuki-0.0.0a4-py3-none-manylinux_2_39_aarch64.whl.

File metadata

File hashes

Hashes for kintsuki-0.0.0a4-py3-none-manylinux_2_39_aarch64.whl
Algorithm Hash digest
SHA256 c6f5f965ef83b1b6c065695ab0a4701eefc1c609146394c171541485ea5e477a
MD5 ac0e7abbc9c2dbaa901c320bc4d7881c
BLAKE2b-256 2608adbd71c660f2637fdd782c13c8f08c2941ed19d2e4bcd6ba22b978bf388b

See more details on using hashes here.

File details

Details for the file kintsuki-0.0.0a4-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for kintsuki-0.0.0a4-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ab41c1843c10a4bc24ca6343f7105511ac0768d4040d9ea550c8944ad38610cd
MD5 2038d15945a8f8155da4f64eab47f188
BLAKE2b-256 87873068e75a47fed11c77eeaf39281f8c4db3619f190f0a93f031ff604b2978

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page