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

Uploaded Python 3manylinux: glibc 2.39+ ARM64

kintsuki-0.0.0a9-py3-none-macosx_11_0_arm64.whl (768.4 kB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

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

File metadata

File hashes

Hashes for kintsuki-0.0.0a9-py3-none-manylinux_2_39_aarch64.whl
Algorithm Hash digest
SHA256 5a8f9e7ba1aaf41f581cd2c0b31c50e4eccf656cc7bbf88cabbbde336fd49a1e
MD5 e0daee149ff678dbc8f4952fbaa8908b
BLAKE2b-256 9c8497274e92d79103aca2e7db67598430c8e331f266a4dbf2bc77bb54c131d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for kintsuki-0.0.0a9-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8a32d9a2219e1c5d7102488805c489ece76e7bc96759d8071b2a631b2d5d220d
MD5 281bf59cde3bead604250213ac625179
BLAKE2b-256 c6b007b14a273d8a870242731817e792f9a2c364b5a968c4c0f93d754a41545f

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