{"id":33941502,"url":"https://github.com/dust-engine/dot_vox","last_synced_at":"2026-04-02T01:29:33.573Z","repository":{"id":12551730,"uuid":"71106375","full_name":"dust-engine/dot_vox","owner":"dust-engine","description":"Rust parser for MagicaVoxel .vox files.","archived":false,"fork":false,"pushed_at":"2026-01-28T09:50:48.000Z","size":115,"stargazers_count":63,"open_issues_count":4,"forks_count":24,"subscribers_count":5,"default_branch":"master","last_synced_at":"2026-01-29T01:12:06.675Z","etag":null,"topics":["hacktoberfest","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/dust-engine.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null}},"created_at":"2016-10-17T06:23:18.000Z","updated_at":"2026-01-28T18:16:48.000Z","dependencies_parsed_at":"2024-04-10T18:46:50.112Z","dependency_job_id":"509c2814-8892-40fe-a027-f6902e7ebcf3","html_url":"https://github.com/dust-engine/dot_vox","commit_stats":{"total_commits":73,"total_committers":12,"mean_commits":6.083333333333333,"dds":0.4383561643835616,"last_synced_commit":"5f792479b728a21ed480e8c26bfd6bf8aa443e5f"},"previous_names":["davidedmonds/dot_vox"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/dust-engine/dot_vox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dust-engine%2Fdot_vox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dust-engine%2Fdot_vox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dust-engine%2Fdot_vox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dust-engine%2Fdot_vox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dust-engine","download_url":"https://codeload.github.com/dust-engine/dot_vox/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dust-engine%2Fdot_vox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31293902,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T01:05:07.454Z","status":"ssl_error","status_checked_at":"2026-04-02T00:56:46.496Z","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":["hacktoberfest","rust"],"created_at":"2025-12-12T16:25:19.853Z","updated_at":"2026-04-02T01:29:33.564Z","avatar_url":"https://github.com/dust-engine.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dot_vox\n\n[![](https://img.shields.io/crates/v/dot_vox.svg)](https://crates.io/crates/dot_vox)\n[![CI](https://github.com/dust-engine/dot_vox/actions/workflows/ci.yml/badge.svg)](https://github.com/dust-engine/dot_vox/actions/workflows/ci.yml)\n[![](https://docs.rs/dot_vox/badge.svg)](https://docs.rs/dot_vox/latest/dot_vox/)\n\nRust parser for [MagicaVoxel](https://ephtracy.github.io/) .vox files, using\n[Nom](https://github.com/Geal/nom).\n\n## Current status\n\nAs of version 3.0.0, we no longer support files with the old `MATT` chunk. If you wish to use \nv3.0.0, please open your file in the latest version of MagicaVoxel and resave - this should \nswitch you over to the newer dictionary-based `MATL` chunks. Alternatively, continue to use \nv2.0.0.\n\nThe [Dust Engine](https://github.com/dust-engine) project is currently maintaining this crate.\nIf there are any changes in the MagicaVoxel file format, feel free to open an issue or a PR, and we'll work to get them implemented.\n\n## RustDoc\n\nKindly hosted over at https://docs.rs/dot_vox/.\n\n## Thanks\n\n`dot_vox` was originally developed by [@davidedmonds](https://github.com/davidedmonds) and many people have contributed to its development.\n\n- [@davidedmonds](https://github.com/davidedmonds) (The original author of this crate)\n- [@jice-nospam](https://github.com/jice-nospam) (first crack at palette parsing)\n- [@expenses](https://github.com/expenses) (bug report on palette indexing)\n- [@xMAC94x](https://github.com/xMAC94x) (bug report on material parsing)\n- [@bonsairobo](https://github.com/bonsairobo) (implementation of `write_vox` functionality)\n- [@Sixmorphugus](https://github.com/Sixmorphugus) (implementation of Scene Graph parsing)\n- [@nickelc](https://github.com/nickelc) (migrating to nom 7 and modernizing the code base)\n- [@InBetweenNames](https://github.com/InBetweenNames) (Rolled up changes in multiple PRs and added various helper methods)\n- [@virtualritz](https://github.com/virtualritz) (Upgrading the codebase to Rust 2021)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdust-engine%2Fdot_vox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdust-engine%2Fdot_vox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdust-engine%2Fdot_vox/lists"}