Skip to content

kishan-dhankecha/pico8-android

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PICO-8 for Android

todo: write a proper readme

whats this stuff

  • frontend/: Godot app part; sets up environment and handles video output and keyboard/mouse input.
  • bootstrap/ (in git soon): Enviroment for running PICO-8, including scripts, proot, and a minimal rootfs.
  • shim/: Library LD_PRELOAD'ed into PICO-8 to handle streaming i/o and making sure SDL acts exactly as needed.

Building

Godot Frontend

  1. Download Godot version ≥4.4.1.
  2. Put package.dat from Releases in the project or build it from bootstrap/ (soon); this is the bootstrap package and is pretty essential
  3. In Godot, Project > Install Android Build Template
  4. then just do the normal Project > Export

About

A wrapper for PICO-8 to run on Android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • GDScript 67.8%
  • C 28.2%
  • Python 3.4%
  • Shell 0.6%