
Hi Radomir, you mention in your "State of PewPew for 2020-10-09" that you have ported the pew library to the Meowbit. As it happens, I conduct a little workshop this afternoon with a few kids and standalone PewPews. Sadly, I have one board too few for the participants. However, I do have a Meowbit with CircuitPython 7.1.1 and was wondering if I could use the pew.py library on it. I have found the matrix https://docs.circuitpython.org/en/latest/shared-bindings/support_matrix.html where _stage is mentioned, but not _pew. Also, on the Meowbit, I can "import _stage", but not "import _pew". Do you happen to know where I can find a _pew.py for the Meowbit? Best regards, -- Olav -- Dr. Olav Schettler ⛵ ___________________________________________________ Pipinstr. 14 | D-53111 Bonn | Germany Phone: +49 228 680553 | Mobile: +49 160-1529500 olav@schettler.net ___________________________________________________

On Tue, 1 Mar 2022 09:21:23 +0100 Olav Schettler <olav@schettler.net> wrote:
Do you happen to know where I can find a _pew.py for the Meowbit?
Only the PewPew Standalone needs _pew (and it's a C module compiled into the firmware), for all other boards it's pew.py implemented in Python. Since Meowbit uses the same display as PewPew M4, this works: https://github.com/python-ugame/circuitpython-stage/blob/master/pewpew_m4/pe... Just copy it onto the CIRCUITPY drive, either into the lib directory, or directly to the top directory. You can also copy https://github.com/pewpew-game/game-m4-menu to have a nice game selection menu. -- Radomir Dopieralski

On Tue, 1 Mar 2022 09:21:23 +0100 Olav Schettler <olav@schettler.net> wrote:
Do you happen to know where I can find a _pew.py for the Meowbit?
Only the PewPew Standalone needs _pew (and it's a C module compiled into the firmware), for all other boards it's pew.py implemented in Python. Since Meowbit uses the same display as PewPew M4, this works: https://github.com/python-ugame/circuitpython-stage/blob/master/pewpew_m4/pe... Just copy it onto the CIRCUITPY drive, either into the lib directory, or directly to the top directory. You can also copy https://github.com/pewpew-game/game-m4-menu to have a nice game selection menu. -- Radomir Dopieralski
participants (2)
-
Olav Schettler
-
Radomir Dopieralski