{"id":31782120,"url":"https://github.com/thearchitect4855/voxelizer-rs","last_synced_at":"2025-10-10T09:15:14.383Z","repository":{"id":57671759,"uuid":"267117919","full_name":"TheArchitect4855/voxelizer-rs","owner":"TheArchitect4855","description":"A Rust port of karimnaaji's C Voxelizer","archived":false,"fork":false,"pushed_at":"2024-04-28T22:52:36.000Z","size":17,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-10T08:49:38.607Z","etag":null,"topics":["c","ffi","rust","voxelization","voxelizer","voxels"],"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/TheArchitect4855.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-05-26T18:14:31.000Z","updated_at":"2025-05-25T18:47:07.000Z","dependencies_parsed_at":"2022-08-30T15:41:32.810Z","dependency_job_id":null,"html_url":"https://github.com/TheArchitect4855/voxelizer-rs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TheArchitect4855/voxelizer-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheArchitect4855%2Fvoxelizer-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheArchitect4855%2Fvoxelizer-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheArchitect4855%2Fvoxelizer-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheArchitect4855%2Fvoxelizer-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheArchitect4855","download_url":"https://codeload.github.com/TheArchitect4855/voxelizer-rs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheArchitect4855%2Fvoxelizer-rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003395,"owners_count":26083581,"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-10-10T02:00:06.843Z","response_time":62,"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":["c","ffi","rust","voxelization","voxelizer","voxels"],"created_at":"2025-10-10T09:15:13.369Z","updated_at":"2025-10-10T09:15:14.377Z","avatar_url":"https://github.com/TheArchitect4855.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# voxelizer-rs\nA Rust port of karimnaaji's C Voxelizer\n\nThis is a Rust port of karimnaaji's mesh voxelizer written in C. It is simple to use and has been carefully ported to Rust to give the most seamless experience possible.\n\n## Examples\n1. Voxelizing a mesh\n```\nlet mesh = Mesh::new(vertices, colours, normals, indices);\nlet voxelized = mesh.voxelize(voxel_size, precision);\n```\n2. Voxelizing a mesh into a point cloud\n```\nlet mesh = Mesh::new(vertices, colours, normals, indices);\nlet pointcloud = mesh.voxelize_pointcloud(voxel_size, precision);\n```\n3. Voxelizing a mesh into a texture (colour array).\n```\nlet mesh = Mesh::new(vertices, colours, normals, indices);\nlet voxels = mesh.voxelize_texture(width, height, depth);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthearchitect4855%2Fvoxelizer-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthearchitect4855%2Fvoxelizer-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthearchitect4855%2Fvoxelizer-rs/lists"}