{"id":17597780,"url":"https://github.com/themkat/pica-mode","last_synced_at":"2026-02-13T02:47:59.983Z","repository":{"id":245137505,"uuid":"807252924","full_name":"themkat/pica-mode","owner":"themkat","description":"PICA200 shader assembly language (used in Nintendo 3DS) mode for Emacs.","archived":false,"fork":false,"pushed_at":"2024-06-19T15:35:25.000Z","size":223,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-14T23:39:50.418Z","etag":null,"topics":["3ds-homebrew","nintendo-3ds-homebrew","pica200"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","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/themkat.png","metadata":{"files":{"readme":"README.org","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}},"created_at":"2024-05-28T18:39:51.000Z","updated_at":"2024-06-19T15:35:29.000Z","dependencies_parsed_at":"2024-06-20T02:28:25.351Z","dependency_job_id":"0e599808-9649-4c5b-8622-08cfbffbccfb","html_url":"https://github.com/themkat/pica-mode","commit_stats":null,"previous_names":["themkat/pica-mode"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/themkat/pica-mode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themkat%2Fpica-mode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themkat%2Fpica-mode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themkat%2Fpica-mode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themkat%2Fpica-mode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/themkat","download_url":"https://codeload.github.com/themkat/pica-mode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themkat%2Fpica-mode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29393712,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T00:53:09.511Z","status":"online","status_checked_at":"2026-02-13T02:00:10.076Z","response_time":78,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["3ds-homebrew","nintendo-3ds-homebrew","pica200"],"created_at":"2024-10-22T09:43:41.611Z","updated_at":"2026-02-13T02:47:59.965Z","avatar_url":"https://github.com/themkat.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"* pica-mode - PICA200 Assembly language mode for Emacs\n\nSyntax highlighting and indentation for Pica200 Assembly language.\n\n[[./screenshot.png]]\n(loop subdivision geometry shader example from [[https://github.com/devkitPro/3ds-examples/blob/979ab794de89f1ce30a2e307a8dc17fc4fe1d684/graphics/gpu/loop_subdivision/source/program.g.pica][DevkitPro 3ds-examples]])\n\n** Installation\n*** use-package with straight.el\nPackage is sadly not on MELPA yet, but you can use use-package with straight.el:\n\n#+BEGIN_SRC emacs-lisp\n  (use-package pica-mode\n    :straight (pica-mode :type git :host github :repo \"themkat/pica-mode\"))\n#+END_SRC\n\nIf you use the same file endings as the DevkitPro 3ds examples, .pica, and want to use pica-mode on those, you can use:\n\n#+BEGIN_SRC emacs-lisp\n  (use-package pica-mode\n    :straight (pica-mode :type git :host github :repo \"themkat/pica-mode\")\n    :mode \"\\\\.pica\\\\'\")\n#+END_SRC\n\n*** Manually\nClone this repo to anywhere on your machine. Then, in your Emacs configuration, you simply run:\n\n#+BEGIN_SRC emacs-lisp\n  (add-to-list 'load-path \"path/to/repo\")\n  (require 'pica-mode)\n#+END_SRC\n(where \"path/to/repo\" is replaced with the actual path to the repo you cloned)\n\nSimilarly, if you want to open .pica files in pica-mode:\n#+BEGIN_SRC emacs-lisp\n  (add-to-list 'auto-mode-alist '(\"\\\\.pica\\\\'\" . pica-mode))\n#+END_SRC\n\n** Usage\nSimply install the package and activate =pica-mode= in your buffer. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemkat%2Fpica-mode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthemkat%2Fpica-mode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemkat%2Fpica-mode/lists"}