Skip to content

The goal of this project is to create an on device, private agentic-oriented app building experience for iOS.

Notifications You must be signed in to change notification settings

danielalanbates/Mobile-IDE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

C++ on iPhone - Master Template

Build C++ Apps and Games entirely from your iPhone using GitHub Codespaces.

Files

File Purpose
.devcontainer/devcontainer.json Auto-installs Emscripten + SDL2 in Codespaces
main.cpp Your app logic (game loop with a bouncing red box demo)
Makefile Compiles C++ to WebAssembly (generates index.html)

One-Time Setup

  1. Create a new Public GitHub repo (e.g., ios-cpp-master) - keep it empty
  2. Tap Code > Codespaces > Create codespace on main
  3. Upload/copy these files into the codespace

Daily Workflow

# 1. Compile
make

# 2. Launch local server
python3 -m http.server 8080
  1. Tap "Open in Browser" when the popup appears
  2. Your app runs in Safari - tap the screen to reverse the red box

Cloning for New Projects

Copy main.cpp and Makefile to a new folder. The .devcontainer keeps your environment ready.

About

The goal of this project is to create an on device, private agentic-oriented app building experience for iOS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published