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.0a12-py3-none-manylinux_2_39_aarch64.whl (729.4 kB view details)

Uploaded Python 3manylinux: glibc 2.39+ ARM64

kintsuki-0.0.0a12-py3-none-macosx_11_0_arm64.whl (777.9 kB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

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

File metadata

File hashes

Hashes for kintsuki-0.0.0a12-py3-none-manylinux_2_39_aarch64.whl
Algorithm Hash digest
SHA256 a6615fe599596b36109d3b6826dc83b632da84b6f8c0e626be12278cdbfce63a
MD5 82126fb171da8c8d082abe6677ad2a2f
BLAKE2b-256 fdc3b7d978e71a65d0e6a1b0f8bd8b53e08bd6c7a52dfd3aab29344d18112b8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for kintsuki-0.0.0a12-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8829020b549b57516dd8ce2c95e59b06edf136bd5931050ed3e2eab929fe5bb2
MD5 372974f6753c07800d0210d4e8e72653
BLAKE2b-256 807445474b5d13027ae0b9a414dc05b5c0d1c3e8c4f1aa9e14a1fa8ef682a2cc

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