{"id":29646278,"url":"https://github.com/pixieditor/folklore","last_synced_at":"2025-07-22T02:31:32.915Z","repository":{"id":304352677,"uuid":"1018227065","full_name":"PixiEditor/Folklore","owner":"PixiEditor","description":"A scripting language for writing PixiEditor Nodes","archived":false,"fork":false,"pushed_at":"2025-07-19T14:01:50.000Z","size":51,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-19T17:46:22.886Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/PixiEditor.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}},"created_at":"2025-07-11T20:44:19.000Z","updated_at":"2025-07-19T14:01:53.000Z","dependencies_parsed_at":"2025-07-19T18:00:09.908Z","dependency_job_id":null,"html_url":"https://github.com/PixiEditor/Folklore","commit_stats":null,"previous_names":["pixieditor/pixiscript","pixieditor/folklore"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/PixiEditor/Folklore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PixiEditor%2FFolklore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PixiEditor%2FFolklore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PixiEditor%2FFolklore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PixiEditor%2FFolklore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PixiEditor","download_url":"https://codeload.github.com/PixiEditor/Folklore/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PixiEditor%2FFolklore/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266412206,"owners_count":23924468,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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-07-22T02:30:41.239Z","updated_at":"2025-07-22T02:31:32.904Z","avatar_url":"https://github.com/PixiEditor.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"Folklore is a language that speaks tales.\n\nIt follows node-based paradigm, ensures graphics context and is easy to embed.\n\nEach node consists of a set of inputs, outputs and execution logic.\n\nA node supports CPU and GPU executin logic. Folklore compiles into host native code and GPU shaders.\n\n## The goal\n\nFolklore was designed to run PixiEditor Node Graphs outside PixiEditor. \nHowever, it's design is application-agnostic and the aim of the language is to be able to easily create GPU-accelerated graphics without the struggle.\n\n## Folklore node concept\n\n```\ninput num someNum;\noutput painter result;\n\nnum scale;\n\n// on node execute\nvoid execute()\n{\n    num x = 4;\n    num y = 10;\n    scale = x + y;\n}\n\n// result draw func\nresult_paint(gpu_ctx)\n{\n    gpu_ctx.drawCircle(0, 0, scale, scale);\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixieditor%2Ffolklore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpixieditor%2Ffolklore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixieditor%2Ffolklore/lists"}