GithubHelp home page GithubHelp logo

timendus / thumby-silicon8 Goto Github PK

View Code? Open in Web Editor NEW
7.0 3.0 0.0 1.8 MB

An interpreter for CHIP-8, SCHIP and XO-CHIP in MicroPython for the Thumby playable keychain by TinyCircuits

License: GNU General Public License v3.0

Python 97.31% Shell 2.69%
emulator vm interpreter chip-8 micropython thumby tinycircuits schip xo-chip

thumby-silicon8's Issues

Interpreter is too slow (at least in emulator)

Ideas to try:

  • Get rid of planeBuffer to display conversion overhead by having the draw function just operate on a single plane (or maybe two, but not technically eight)
  • Compile C code to RP2040 (or Python to Python bytecode..?) and include that as an .mpy file (link, link)
  • Compile the original Silicon8 Go code to RP2040 using TinyGo and build the interpreter that way, or include that as an .mpy file. But I haven't yet been able to find any information on the latter.

These are all ideas to play with when I receive the actual Thumby hardware. .mpy modules require a file system, which the emulator currently does not have. Also, I don't currently have an accurate idea of just how fast the hardware really is.

.8o files?

I found this software on the code.thumby.us website and want to run the game below. Can I do it?

Game

Program crashes on launch on thumby

I coped everything from the Silicon8 directory to my thumby, it flashes the title screen for less than a second and just reboots back the the thumby menu. Am I supposed to put the test files in there somewhere also?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.