Skip to content
jeremyckahn edited this page Jul 17, 2012 · 19 revisions

Project Pine

An open source HTML 5 game console

Pine's goal is to provide a game console for HTML 5 games.

Technical stack

Plan

  1. Research technical feasibility
  2. Set up development environment
  3. Emulate software environment on X86 (for easier development)
  4. Run software on Raspberry Pi Hardware

1. Technical Feasibility

Raspberry Pi runs on ARM architecture, so the stack needs to be compatible with it.

2. Development Environment

For sanity, Pine's development workflow will be optimized for virtual machines. Hopefully we can get this to run on OS X with emulated ARM hardware.

Clone this wiki locally