{"id":43300229,"url":"https://github.com/compsci-adl/voxel-engine","last_synced_at":"2026-02-01T19:37:42.035Z","repository":{"id":251705695,"uuid":"838185143","full_name":"compsci-adl/voxel-engine","owner":"compsci-adl","description":"Voxel engine in C++","archived":false,"fork":false,"pushed_at":"2025-12-22T22:47:48.000Z","size":12173,"stargazers_count":15,"open_issues_count":4,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-23T21:53:14.171Z","etag":null,"topics":["cpp","game-engine","raylib","voxel","voxel-engine"],"latest_commit_sha":null,"homepage":"","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/compsci-adl.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-05T05:59:19.000Z","updated_at":"2025-11-04T02:34:38.000Z","dependencies_parsed_at":"2024-08-28T17:44:01.799Z","dependency_job_id":"7635a2fd-e34b-4b19-82ec-ebaf7fbbb362","html_url":"https://github.com/compsci-adl/voxel-engine","commit_stats":null,"previous_names":["compsci-adl/voxel-engine"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/compsci-adl/voxel-engine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compsci-adl%2Fvoxel-engine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compsci-adl%2Fvoxel-engine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compsci-adl%2Fvoxel-engine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compsci-adl%2Fvoxel-engine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/compsci-adl","download_url":"https://codeload.github.com/compsci-adl/voxel-engine/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compsci-adl%2Fvoxel-engine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28987283,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T18:17:03.387Z","status":"ssl_error","status_checked_at":"2026-02-01T18:16:57.287Z","response_time":56,"last_error":"SSL_read: 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":["cpp","game-engine","raylib","voxel","voxel-engine"],"created_at":"2026-02-01T19:37:41.364Z","updated_at":"2026-02-01T19:37:42.030Z","avatar_url":"https://github.com/compsci-adl.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Voxel Engine\r\n\r\n![preview](https://github.com/user-attachments/assets/f4f6eb2c-5e47-4f15-8a8e-db896befeffd)\r\n\r\n## Overview\r\n\r\n![overview](assets/overview.png)\r\n\r\n### Instructions\r\n\r\nMake sure to clone this repository recursively!\r\n\r\n```\r\ngit clone https://github.com/compsci-adl/voxel-engine --recursive\r\n```\r\n\r\nIf you have cloned it non-recursively:\r\n\r\n```\r\ngit submodule update --init\r\n```\r\n\r\n## Building and running\r\n\r\n### Linux, Mac OS, MSYS (Windows)\r\n\r\n```sh\r\n./build.sh\r\n```\r\n\r\n### Windows - Visual Studio\r\n\r\n```bat\r\n.\\build.bat\r\n```\r\n\r\n## Troubleshooting\r\n\r\n#### Missing libraries error and ```libs/``` content missing:\r\n\r\nEither increase Git's maximum download size, then try again.\r\n\r\n```\r\ngit config --global http.postBuffer 104857600\r\ngit submodule update --init\r\n```\r\n\r\nOr manually clone libraries into their corresponding ``libs/`` folder.\r\n\r\n\r\n#### Missing libraries Ubuntu\r\n\r\nIn Ubuntu, install all the required packages with:\r\n\r\n``` \r\nsudo apt update\r\nsudo apt install libwayland-dev libxkbcommon-dev libx11-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev mesa-common-dev libgl1-mesa-dev\r\n```\r\n\r\n## Contributing\r\n\r\nOur voxel engine is currently a work-in-progress, but we still welcome contributions. If you find any issues, have suggestions, or want to request a feature, please follow our [Contributing Guidelines](https://github.com/compsci-adl/.github/blob/main/CONTRIBUTING.md).\r\n\r\n## License\r\n\r\nThis project is licensed under the MIT License.\r\nSee [LICENSE](LICENSE) for details.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcompsci-adl%2Fvoxel-engine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcompsci-adl%2Fvoxel-engine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcompsci-adl%2Fvoxel-engine/lists"}