{"id":21384092,"url":"https://github.com/judah-caruso/lua-handmademath","last_synced_at":"2026-05-11T16:38:04.559Z","repository":{"id":253811180,"uuid":"844601250","full_name":"judah-caruso/lua-handmademath","owner":"judah-caruso","description":"LuaJIT bindings for Handmade Math","archived":false,"fork":false,"pushed_at":"2024-08-20T23:19:14.000Z","size":228,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-16T11:41:38.312Z","etag":null,"topics":["handmade","handmade-math","lua","luajit"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/judah-caruso.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}},"created_at":"2024-08-19T15:35:25.000Z","updated_at":"2024-08-20T23:19:17.000Z","dependencies_parsed_at":"2024-11-22T13:15:24.584Z","dependency_job_id":null,"html_url":"https://github.com/judah-caruso/lua-handmademath","commit_stats":null,"previous_names":["judah-caruso/handmademath.lua","judah-caruso/lua-handmademath"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/judah-caruso/lua-handmademath","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/judah-caruso%2Flua-handmademath","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/judah-caruso%2Flua-handmademath/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/judah-caruso%2Flua-handmademath/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/judah-caruso%2Flua-handmademath/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/judah-caruso","download_url":"https://codeload.github.com/judah-caruso/lua-handmademath/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/judah-caruso%2Flua-handmademath/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32903830,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"online","status_checked_at":"2026-05-11T02:00:05.975Z","response_time":120,"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":["handmade","handmade-math","lua","luajit"],"created_at":"2024-11-22T11:38:02.121Z","updated_at":"2026-05-11T16:38:04.539Z","avatar_url":"https://github.com/judah-caruso.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lua Handmade Math\n\nLuaJIT bindings for [Handmade Math](https://github.com/HandmadeMath/HandmadeMath).\n\n\n## Usage:\n\nThere are two versions of this module:\n   - Bindings (Simple exposure of the C API to Lua)\n   - Wrapper (A thin wrapper over the bindings; recommended)\n\n```lua\n-- To use the bindings:\nlocal hmm = require 'path.to.hmm' -- See: hmm.lua for caveats\n\n-- To use the wrapper:\nlocal hmm = require 'path.to.wrapper' -- See: wrapper.lua for caveats\n```\n\n\n## Installation:\n\n```sh\ngit clone https://github.com/judah-caruso/lua-handmademath hmm\n```\n\n## Building \u0026 Customization:\n\nThe `lib` directory contains the Handmade Math header and a few build scripts to\ngenerate a dynamic library for LuaJIT to load. Running the `build_[os]` script\nwill compile Handmade Math for your platform.\n\nTo customize this module, modify `lib/HandmadeMath.c` and recompile.\n\n\n## License:\n\nPublic Domain\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjudah-caruso%2Flua-handmademath","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjudah-caruso%2Flua-handmademath","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjudah-caruso%2Flua-handmademath/lists"}