{"id":19327753,"url":"https://github.com/favreau/simdvoxelizer","last_synced_at":"2026-06-20T07:31:30.681Z","repository":{"id":43615242,"uuid":"71544375","full_name":"favreau/SIMDVoxelizer","owner":"favreau","description":"Simple voxelizer make use of CPU SIMD units","archived":false,"fork":false,"pushed_at":"2025-05-19T16:36:32.000Z","size":317,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-19T17:46:04.994Z","etag":null,"topics":["ispc","simd","simd-programming","volume","voxel","voxelizer"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/favreau.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-10-21T08:11:46.000Z","updated_at":"2025-05-19T16:36:35.000Z","dependencies_parsed_at":"2022-08-26T08:40:55.071Z","dependency_job_id":null,"html_url":"https://github.com/favreau/SIMDVoxelizer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/favreau/SIMDVoxelizer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/favreau%2FSIMDVoxelizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/favreau%2FSIMDVoxelizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/favreau%2FSIMDVoxelizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/favreau%2FSIMDVoxelizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/favreau","download_url":"https://codeload.github.com/favreau/SIMDVoxelizer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/favreau%2FSIMDVoxelizer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34561766,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"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":["ispc","simd","simd-programming","volume","voxel","voxelizer"],"created_at":"2024-11-10T02:18:27.977Z","updated_at":"2026-06-20T07:31:30.655Z","avatar_url":"https://github.com/favreau.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Introduction\nSIMDVoxelizer is a CPU-based voxalizer taking advantage of vectorization units to speed up creation\nof 8bit raw volumes.\n\n```\nusage: SIMDVoxelizer \u003cvoxel_size\u003e \u003ccutoff_distance\u003e \u003cinput_file\u003e \u003coutput_file\u003e\n```\n\nInput file is a binary array of floats: x, y, z, radius and value of elements. Each voxel of the\nfinal volume contains the sum of all elements with a weight that correspond to the value of the\nelement divided by its squared distance to the voxel. Note that in the final volume, values are\nnormalized.\n\nThis is currently a brute force implementation that produces accurate 8bit volumes.\n\nThe `\u003coutput_file\u003e` is suffixed by the size of the volume.\n\n![Example](images/SIMDVoxelizer.png)\n\nSIMDVoxelizer makes use of the [Intel ISPC compiler](https://ispc.github.io/).\n\n### Build\n```\nmkdir Build\ncd Build\ncmake ..\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffavreau%2Fsimdvoxelizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffavreau%2Fsimdvoxelizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffavreau%2Fsimdvoxelizer/lists"}