{"id":34846671,"url":"https://github.com/selfapplied/sagestring","last_synced_at":"2026-05-22T22:35:12.235Z","repository":{"id":328094279,"uuid":"1112606398","full_name":"selfapplied/sagestring","owner":"selfapplied","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-11T06:09:31.000Z","size":549,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-27T03:06:53.860Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/selfapplied.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-12-08T21:24:48.000Z","updated_at":"2025-12-11T06:09:31.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/selfapplied/sagestring","commit_stats":null,"previous_names":["selfapplied/sagestring"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/selfapplied/sagestring","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selfapplied%2Fsagestring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selfapplied%2Fsagestring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selfapplied%2Fsagestring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selfapplied%2Fsagestring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/selfapplied","download_url":"https://codeload.github.com/selfapplied/sagestring/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selfapplied%2Fsagestring/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33374438,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-22T21:56:13.512Z","status":"ssl_error","status_checked_at":"2026-05-22T21:56:10.769Z","response_time":265,"last_error":"SSL_read: 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":[],"created_at":"2025-12-25T18:17:17.773Z","updated_at":"2026-05-22T22:35:12.225Z","avatar_url":"https://github.com/selfapplied.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SageString\n\nFractal Sobel edge detection with spacetime-scale action functional.\n\n## Structure\n\n```\nsrc/                     # Core library (JavaScript modules)\n  sagestring.js          # ES6 module entry point\n  sagestring-loader.js   # Browser loader\n  core.js                # Core primitives (WaveScheduler)\n  livecam/               # Live camera edge detection modules\ntests/                   # Tests (parallel to src/)\n  sagestring.js          # Integration tests\n  core.js                # Core tests\n  livecam/               # Livecam tests\ndemos/                   # Demo applications\n  livecam/               # Live camera demo\n  sobel/                 # Sobel edge detection demos\n  svg_kernel/            # SVG kernel system demos\n  chatbot/               # Chatbot demos\n```\n\n## Quick Start\n\n### Library Usage (Browser)\n\n```html\n\u003c!-- Single entry point - loads all modules --\u003e\n\u003cscript src=\"src/sagestring-loader.js\"\u003e\u003c/script\u003e\n\u003cscript\u003e\n  window.addEventListener('sagestring:ready', () =\u003e {\n    const sobel = new Sobel();\n    const renderer = new LatticeRenderer();\n    // ...\n  });\n\u003c/script\u003e\n```\n\n### ES6 Modules\n\n```javascript\nimport { Sobel, LatticeRenderer } from './src/sagestring.js';\n```\n\n### Running Demos\n\n1. Start a web server:\n   ```bash\n   python3 -m http.server 8000\n   ```\n\n2. Open a demo:\n   - `demos/livecam/livecam.html` - Live camera edge detection\n   - `demos/sobel/working_sobel_demo.html` - Sobel demos\n   - `demos/svg_kernel/svg_kernel_demo.html` - SVG kernel demos\n\n## Library Modules\n\nSee `src/README.md` for detailed module documentation.\n\n## Demos\n\nSee `demos/README.md` for demo descriptions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fselfapplied%2Fsagestring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fselfapplied%2Fsagestring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fselfapplied%2Fsagestring/lists"}