benbaker76 / femto8

femto8 is an open-source reimplementation of the PICO-8 fantasy console, designed specifically for embedded systems.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

femto8 is an open-source reimplementation of the PICO-8 fantasy console, designed specifically for embedded systems with smaller CPUs and less memory. It provides a platform to play PICO-8 games on devices with resource constraints, making it ideal for environments with limited hardware capabilities.

Acknowledgment

This project has been significantly influenced by the work of Jacopo Santoni on retro8, a PICO-8 emulator designed for desktop platforms. We would like to express our gratitude to Jacopo Santoni for his contributions and efforts on retro8, which has been an invaluable resource for the development of femto8.

Key Features

  • Written in C for optimal performance on embedded systems.
  • Compact and resource-efficient design, suitable for devices with smaller CPUs and limited memory.

Screenshots

Building

To build femto8:

  1. Clone the repository: git clone https://github.com/benbaker76/femto8.git
  2. Navigate to the femto8 directory: cd femto8
  3. Build a local binary: make

About

femto8 is an open-source reimplementation of the PICO-8 fantasy console, designed specifically for embedded systems.

License:MIT License


Languages

Language:C 66.2%Language:Lua 33.5%Language:Python 0.2%Language:Makefile 0.1%