Skip to content

An ASCII Cam Web App for converting webcam to vintage text video

Notifications You must be signed in to change notification settings

rkooyenga/better-ascii-cam

Repository files navigation

better-ascii-cam

An ASCII Cam Web App for converting webcam to vintage text video

Project Folder Structure

/root-project-directory
├── /app                # Core web app (can be a React, Vue, etc.)
│   ├── /public         # Public assets like index.html, manifest.json, icons, etc.
│   ├── /src            # JavaScript/TypeScript source code (for the web app)
│   └── /styles         # CSS or SCSS files for web styling
├── /pwa                # Progressive Web App (PWA) setup
│   ├── manifest.json   # Your PWA manifest file
│   ├── service-worker.js  # Service Worker for offline functionality
│   ├── /icons          # Icons used by PWA
│   └── /images         # Images for the PWA
├── /android            # Android-specific (Bubblewrap or Android Studio)
│   ├── /src            # Android app source code (Java/Kotlin)
│   ├── /assets         # Android assets (if needed, e.g., icons)
│   ├── /res            # Android resources (layout, strings, etc.)
│   └── /build.gradle   # Gradle build configuration for the Android app
└── /scripts            # Utility scripts for deployment, build, etc.
    ├── build-web.sh    # Build script for web app
    ├── build-pwa.sh    # Build script for PWA (for example, Bubblewrap)
    └── deploy.sh       # Deployment script for both platforms



About

An ASCII Cam Web App for converting webcam to vintage text video

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published