{"id":16861007,"url":"https://github.com/nickmcintyre/processing-latex","last_synced_at":"2026-01-31T14:03:32.577Z","repository":{"id":56588904,"uuid":"308176183","full_name":"nickmcintyre/processing-latex","owner":"nickmcintyre","description":"Beautiful typesetting with Processing","archived":false,"fork":false,"pushed_at":"2022-04-27T20:20:52.000Z","size":9573,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-08T06:40:52.834Z","etag":null,"topics":["latex","math","processing"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nickmcintyre.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}},"created_at":"2020-10-29T00:36:54.000Z","updated_at":"2021-10-30T23:03:26.000Z","dependencies_parsed_at":"2022-08-15T21:31:05.850Z","dependency_job_id":null,"html_url":"https://github.com/nickmcintyre/processing-latex","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/nickmcintyre/processing-latex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickmcintyre%2Fprocessing-latex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickmcintyre%2Fprocessing-latex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickmcintyre%2Fprocessing-latex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickmcintyre%2Fprocessing-latex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nickmcintyre","download_url":"https://codeload.github.com/nickmcintyre/processing-latex/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickmcintyre%2Fprocessing-latex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28944789,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T13:02:32.153Z","status":"ssl_error","status_checked_at":"2026-01-31T13:00:07.528Z","response_time":128,"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":["latex","math","processing"],"created_at":"2024-10-13T14:28:41.071Z","updated_at":"2026-01-31T14:03:32.553Z","avatar_url":"https://github.com/nickmcintyre.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# processing-latex\n**Beautiful typesetting with Processing.**\n\n- Thin wrapper around [JLaTeXMath](https://github.com/opencollab/jlatexmath).\n- Works in Python mode.\n- Still early days. Things will break.\n\n## Example\nThe following example converts a LaTeX string to a `PShape` object, then displays it.\n\n```java\nimport latex.*;\n\nvoid setup() {\n  size(640, 360);\n  shapeMode(CENTER);\n\n  PShape formula = PTeX.toPShape(\"\\\\nabla \\\\rho = 0\");\n  shape(formula, width * 0.5, height * 0.5);\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickmcintyre%2Fprocessing-latex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnickmcintyre%2Fprocessing-latex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickmcintyre%2Fprocessing-latex/lists"}