{"id":16594178,"url":"https://github.com/jsdf/applescript-raytracer","last_synced_at":"2026-02-14T18:01:19.792Z","repository":{"id":66018843,"uuid":"330902707","full_name":"jsdf/applescript-raytracer","owner":"jsdf","description":"a raytracer written in applescript","archived":false,"fork":false,"pushed_at":"2021-02-01T15:55:50.000Z","size":792,"stargazers_count":15,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-31T11:59:27.794Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"AppleScript","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/jsdf.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":"2021-01-19T07:48:50.000Z","updated_at":"2025-02-22T18:06:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"53de6024-8d9b-4d17-9ad6-dedcc3455c38","html_url":"https://github.com/jsdf/applescript-raytracer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jsdf/applescript-raytracer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsdf%2Fapplescript-raytracer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsdf%2Fapplescript-raytracer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsdf%2Fapplescript-raytracer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsdf%2Fapplescript-raytracer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsdf","download_url":"https://codeload.github.com/jsdf/applescript-raytracer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsdf%2Fapplescript-raytracer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29451890,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T15:52:44.973Z","status":"ssl_error","status_checked_at":"2026-02-14T15:52:11.208Z","response_time":53,"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":[],"created_at":"2024-10-11T23:45:25.907Z","updated_at":"2026-02-14T18:01:19.780Z","avatar_url":"https://github.com/jsdf.png","language":"AppleScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# applescript-raytracer\n\nan implementation of [raytracing in one weekend](https://raytracing.github.io/books/RayTracingInOneWeekend.html) in applescript\n\nexample render:\n\n![rendered output of raytracer](render.jpg)\n\nthis render took about 1 hour parallelized across 8 cpu cores\n\nto run it yourself:\n\n```sh\n./raytracer.applescript\n```\n\nthis will output a [ppm image file](https://en.wikipedia.org/wiki/Netpbm#PPM_example) named `output_[timestamp].ppm`\n\nto spawn multiple worker processes, to take advantage of multiple cpu cores, run the script with the `smp` argument. no logging of incremental progress will be shown in this mode\n\n\n```sh\n./raytracer.applescript smp\n```\n\nyou can edit `renderConfig` property [defined at the top of raytracer.applescript](raytracer.applescript#L7) to adjust the resolution, rays per pixel, and max bounces per ray, which will substantially affect the time taken to render.\n\nyou can also change the `randomSeed` property to generate a different random layout of the smaller spheres\n\nwith a few small changes the code also [runs on classic mac os](https://twitter.com/ur_friend_james/status/1353168983122464769)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsdf%2Fapplescript-raytracer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsdf%2Fapplescript-raytracer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsdf%2Fapplescript-raytracer/lists"}