{"id":35731615,"url":"https://github.com/quellabs/wakapac","last_synced_at":"2026-04-26T09:05:53.687Z","repository":{"id":307814578,"uuid":"1030779382","full_name":"quellabs/wakapac","owner":"quellabs","description":"A lightweight reactive UI engine that unifies declarative data binding and a centralized event pipeline — delivering predictable, structured interactivity without build tools.","archived":false,"fork":false,"pushed_at":"2026-04-12T06:17:48.000Z","size":3477,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-12T08:13:15.110Z","etag":null,"topics":["data-binding","frontend","javascript","pac","presentation-abstraction-control","reactive","two-way-binding","ui-framework","vanilla-js"],"latest_commit_sha":null,"homepage":"https://www.wakapac.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/quellabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-02T09:59:48.000Z","updated_at":"2026-04-12T06:16:31.000Z","dependencies_parsed_at":"2026-04-02T18:01:52.435Z","dependency_job_id":null,"html_url":"https://github.com/quellabs/wakapac","commit_stats":null,"previous_names":["quellabs/wakapac"],"tags_count":90,"template":false,"template_full_name":null,"purl":"pkg:github/quellabs/wakapac","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quellabs%2Fwakapac","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quellabs%2Fwakapac/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quellabs%2Fwakapac/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quellabs%2Fwakapac/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quellabs","download_url":"https://codeload.github.com/quellabs/wakapac/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quellabs%2Fwakapac/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31751705,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-binding","frontend","javascript","pac","presentation-abstraction-control","reactive","two-way-binding","ui-framework","vanilla-js"],"created_at":"2026-01-06T11:18:36.814Z","updated_at":"2026-04-13T12:01:13.487Z","avatar_url":"https://github.com/quellabs.png","language":"JavaScript","readme":"## WakaPAC\n\nA compact reactive UI runtime with a desktop-style event pipeline —\ndelivered as a single drop-in script. No build tools, no CLI, no\nnode_modules.\n\n## Why WakaPAC?\n\nMost reactive libraries stop at data binding. WakaPAC routes **all interaction through a centralized message pipeline**, inspired by desktop UI frameworks.\nInstead of scattering event listeners, timers, and gesture logic across your code, everything flows through a single `msgProc` handler with normalized events.\nYou get reactive DOM updates *and* predictable interaction logic in one lightweight runtime.\n\n## Quick Start\n\n``` html\n\u003cscript src=\"https://cdn.jsdelivr.net/gh/quellabs/wakapac@main/wakapac.min.js\"\u003e\u003c/script\u003e\n\n\u003cdiv id=\"app\"\u003e\n  \u003ch1\u003eHello {{ name }}\u003c/h1\u003e\n  \u003cinput data-pac-bind=\"value: name\"\u003e\n\u003c/div\u003e\n\n\u003cscript\u003e\nwakaPAC('#app', {\n  name: 'World'\n});\n\u003c/script\u003e\n```\n\nTwo-way binding, reactive updates, zero configuration.\n\n## Features\n\n**Core**\n- Centralized message pipeline for all UI and system events\n- Reactive bindings, computed properties, watchers, deep reactive objects and arrays\n- Parent–child component messaging\n\n**Interaction**\n- Mouse, keyboard, timers, gestures, clipboard, HTML5 drag \u0026 drop — all normalized through `msgProc`\n\n**Canvas**\n- Win32-style paint cycle with dirty rect accumulation and automatic clipping\n- Metafile API: display list recording, playback, and hit testing\n\n**Units** — optional utility libraries callable from templates and component methods:\nStdlib, Math, StringUtils, DateUtils, NumberUtils, TypeUtils, CollectionUtils, PhpUtils, RegexUtils, EscapeUtils, ColorUtils\n\n## Plugins\n\n**WakaChart** — renders pie, bar, line, and sparkline charts onto WakaPAC canvas components via the metafile/display list API. Global defaults (colors, font, padding) are set at registration time; all options can be overridden per call.\n\n**WakaStore** — shared reactive state across components, with server sync via polling, WebSocket, and HTTP push.\n\n**WakaForm** — reactive form state and field-level validation with composable rules.\n\n**WakaRoute** — client-side router delivering navigation events through `msgProc`.\n\n**WakaMotion** — device motion and orientation sensors as reactive properties.\n\n**WakaSync** — full-featured HTTP client with request grouping, cancellation, retries, and interceptors. Results delivered as `MSG_HTTP_SUCCESS`, `MSG_HTTP_ERROR`, or `MSG_HTTP_ABORT`.\n\n**WakaVideo** — bridges native `\u003cvideo\u003e` elements into the WakaPAC message and abstraction model. Supports playback control, volume, seek, playback rate, programmatic cues (`addCue`), and canvas frame capture via `bitBlt`/`stretchBlt`.\n\n**WakaYouTube** — bridges the YouTube IFrame API into WakaPAC. Activate on any `\u003cdiv data-youtube-id=\"...\"\u003e` container; the API script is injected and shared automatically. Supports playback control, volume, seek, and mute.\n\n**WakaVimeo** — bridges the Vimeo Player SDK into WakaPAC. Activate on any `\u003cdiv data-vimeo-id=\"...\"\u003e` container; the SDK script is injected automatically. Supports playback control, volume, seek, mute, and playback rate (requires Vimeo PRO/Business).\n\n## Documentation\n\nFull docs, guides, and API reference:\n**[wakapac.com/docs](https://www.wakapac.com/docs)**\n\n## License\n\nMIT","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquellabs%2Fwakapac","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquellabs%2Fwakapac","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquellabs%2Fwakapac/lists"}