{"id":13744967,"url":"https://github.com/krilnon/as3lytro","last_synced_at":"2026-01-25T18:31:58.450Z","repository":{"id":1816341,"uuid":"2740523","full_name":"krilnon/as3lytro","owner":"krilnon","description":"An ActionScript library for all things Lytro.","archived":false,"fork":false,"pushed_at":"2020-07-17T17:10:18.000Z","size":244,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-21T07:15:38.209Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"ActionScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"jamesturk/django-markupfield","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/krilnon.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}},"created_at":"2011-11-09T09:28:48.000Z","updated_at":"2022-10-13T00:25:14.000Z","dependencies_parsed_at":"2022-08-20T04:50:32.549Z","dependency_job_id":null,"html_url":"https://github.com/krilnon/as3lytro","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/krilnon/as3lytro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krilnon%2Fas3lytro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krilnon%2Fas3lytro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krilnon%2Fas3lytro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krilnon%2Fas3lytro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krilnon","download_url":"https://codeload.github.com/krilnon/as3lytro/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krilnon%2Fas3lytro/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28756442,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T16:32:25.380Z","status":"ssl_error","status_checked_at":"2026-01-25T16:32:09.189Z","response_time":113,"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":"2024-08-03T05:01:19.408Z","updated_at":"2026-01-25T18:31:58.431Z","avatar_url":"https://github.com/krilnon.png","language":"ActionScript","funding_links":[],"categories":["Unsorted"],"sub_categories":["Other API"],"readme":"# An ActionScript library for all things Lytro\n\nRight now, it reads .lft files and you can display the various bitmaps within in Flash Player.\n\nIn the future, it'll hopefully be able to do more than Lytro's own viewer.\n\nBased off of the two existing, open-source .lfp parsers that were around when this AS3 version began:\n\n * [https://github.com/DamonOehlman/lytroview](https://github.com/DamonOehlman/lytroview)\n * [https://github.com/nrpatel/lfptools](https://github.com/nrpatel/lfptools)\n\n## Usage\n\n### Synchronous Decoding\n\n```actionscript\nvar pic:LightFieldPicture = LFPDecoder.decode(bytes)\nvar s:LightFieldSprite = new LightFieldSprite(pic)\naddChild(s)\n```\n\n### Asynchronous Decoding\n\n```actionscript\nLFPDecoder.decodeAsync(bytes, onLFPComplete)\n\nfunction onLFPComplete(picture:LightFieldPicture):void {\n\tvar s:LightFieldSprite = new LightFieldSprite(picture)\n\taddChild(s)\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrilnon%2Fas3lytro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrilnon%2Fas3lytro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrilnon%2Fas3lytro/lists"}