-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PICO-8 and LOVE2D #35
Comments
Theres no guides for that yet. Mainly you need the buildroot to compile it (is already linked on the main repo). The resulting toolchain will end up in output/host. Feel free to join our chat to get some support https://discord.gznetwork.com |
Pico-8 is impossible, trust me. The whole thing is proprietary. If you really want to play pico-8 games on your bittboy, then you'll have to ask for the source code to lexaloffle... Good luck with that. |
I ported Retro-8, a pico8 interpreter for the bittboy/LDK/GKD350H : Compatibility isn't perfect but will allow you to play some games. |
I've tried it on a bittboy (ver3) When run from gmenu2x by picking a p8 file seems to run, but with a black screen, I can only hear music from the game. Launching "retro8_bittboy.elf" from explorer, force close of explorer. |
Depends on what game you were trying to run. Not all games will work sadly but popular ones like Celeste will though. There's also Taco8 that i ported but this one doesn't support p8.png files and has no sound
Yup that's normal : it needs a game to run. |
Newers tac08 revisions seem to handle png any posible update ? |
retro8_bittboy_2021_revision.zip Here's one with the newer changes plus a fix from me fixing Hungry Harry 3D. (though the sprites are not flipped but it works fine otherwise) |
And the newer tac08 revisions are not open source. So how do you expect anyone to port tac08 without any source code? The last changes date back to March 2020, before the new PNG support or even sound support. |
how come it works on arkos and emuelec then? Did the pico8 dev port them himself? Why did you close this issue? |
It "works" on there because they can run the official binary with no issue. We cannot do that because the official binary was built for ARMv7 + hardfloat and also uses SDL2, and our platform is ARMv5 and we cannot really use SDL2 due to the fact we lack a GPU. The only way (for now) to play some of the Pico-8 games is to use my Retro8 player, which is already part of the latest CFW release. |
Hi there, I tried a Pico8 emulator called Fake08 and it worked better than the default emulator (for my personal Pico8 roms). |
Isn't FAKE-08 mentioned in README.md of this repo? |
If you feel to do so, then yeah, sure. Though it can be read from the official github repo of fake08 as well. |
Hi. How can I compile PICO-8 and LOVE2D for bittboy?
The text was updated successfully, but these errors were encountered: