• exec/syncterm-bounce.js

    From Deuc¿@VERT to Git commit to main/sbbs/master on Saturday, March 23, 2024 10:58:02
    https://gitlab.synchro.net/main/sbbs/-/commit/be55f39b197812d85dc39887
    Modified Files:
    exec/syncterm-bounce.js
    Log Message:
    Re-format b64 encoded images strings so you can see the code.

    The ppm (image) of course is 24bpp, and the pbm (mask) is 1bpp, so
    the line lengths are different.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Saturday, December 28, 2024 22:18:03
    https://gitlab.synchro.net/main/sbbs/-/commit/31c4d0346c93674bb2ab238e
    Modified Files:
    exec/syncterm-bounce.js
    Log Message:
    Clear line counter at end

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Tuesday, February 25, 2025 07:17:21
    https://gitlab.synchro.net/main/sbbs/-/commit/71f7d2b6807b07ac17583aa6
    Modified Files:
    exec/syncterm-bounce.js
    Log Message:
    Add a timeout to checking if pixels work

    For when I break SyncTERM.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Saturday, March 01, 2025 10:53:41
    https://gitlab.synchro.net/main/sbbs/-/commit/55917568d7e87abcf74f758c
    Modified Files:
    exec/syncterm-bounce.js
    Log Message:
    Ensure that ANSI is available

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Saturday, March 21, 2026 08:00:57
    https://gitlab.synchro.net/main/sbbs/-/commit/49624c7ff1f5b5c75f475215
    Modified Files:
    exec/syncterm-bounce.js
    Log Message:
    Add comments to syncterm-bounce.js for LLM reference

    Document the bouncing logo animation as an example of SyncTERM's
    pixel graphics APC extensions: feature detection, file caching with
    MD5 checks, pixel buffer Copy/Paste, PBM transparency masks, and
    flicker-free animation using a two-frame draw/erase mask technique.

    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net