{"id":16201731,"url":"https://github.com/guillaumefavelier/blockbuilder","last_synced_at":"2025-09-24T17:17:04.796Z","repository":{"id":47742938,"uuid":"257595415","full_name":"GuillaumeFavelier/blockbuilder","owner":"GuillaumeFavelier","description":"Open-source Python application to build, edit and visualize sets of blocks.","archived":false,"fork":false,"pushed_at":"2024-06-28T04:47:36.000Z","size":2783,"stargazers_count":3,"open_issues_count":13,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-09T20:37:17.297Z","etag":null,"topics":["3d","hacktoberfest","vtk"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GuillaumeFavelier.png","metadata":{"files":{"readme":"README.md","changelog":"changelog/0.02.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}},"created_at":"2020-04-21T12:55:29.000Z","updated_at":"2021-04-16T09:58:31.000Z","dependencies_parsed_at":"2024-10-23T02:49:40.955Z","dependency_job_id":"c7947872-08a2-4991-a2be-c2ccf354e6fc","html_url":"https://github.com/GuillaumeFavelier/blockbuilder","commit_stats":{"total_commits":203,"total_committers":2,"mean_commits":101.5,"dds":"0.0049261083743842304","last_synced_commit":"8fc79834cbe1961543725152d9b5b0385e3e044a"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeFavelier%2Fblockbuilder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeFavelier%2Fblockbuilder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeFavelier%2Fblockbuilder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeFavelier%2Fblockbuilder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GuillaumeFavelier","download_url":"https://codeload.github.com/GuillaumeFavelier/blockbuilder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234452065,"owners_count":18834740,"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","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":["3d","hacktoberfest","vtk"],"created_at":"2024-10-10T09:39:43.927Z","updated_at":"2025-09-24T17:16:59.734Z","avatar_url":"https://github.com/GuillaumeFavelier.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![PyPi](https://img.shields.io/pypi/v/blockbuilder?color=%231bcc1b)](https://pypi.org/project/blockbuilder/)\n[![code style](https://img.shields.io/badge/code%20style-PEP8-green)](https://www.python.org/dev/peps/pep-0008/)\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/2b132b99d65b4b358148b8284cdbf184)](https://www.codacy.com?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=GuillaumeFavelier/blockbuilder\u0026amp;utm_campaign=Badge_Grade)\n[![Codacy Badge](https://app.codacy.com/project/badge/Coverage/2b132b99d65b4b358148b8284cdbf184)](https://www.codacy.com?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=GuillaumeFavelier/blockbuilder\u0026utm_campaign=Badge_Coverage)\n[![codecov](https://codecov.io/gh/GuillaumeFavelier/blockbuilder/branch/master/graph/badge.svg?token=AjF30DFi0b)](https://codecov.io/gh/GuillaumeFavelier/blockbuilder)\n[![Maintenance](https://github.com/GuillaumeFavelier/blockbuilder/workflows/Maintenance/badge.svg)](https://github.com/GuillaumeFavelier/blockbuilder/actions?query=workflow%3AMaintenance)\n[![Windows](https://github.com/GuillaumeFavelier/blockbuilder/workflows/Windows/badge.svg)](https://github.com/GuillaumeFavelier/blockbuilder/actions?query=workflow%3AWindows)\n[![Linux](https://github.com/GuillaumeFavelier/blockbuilder/workflows/Linux/badge.svg)](https://github.com/GuillaumeFavelier/blockbuilder/actions?query=workflow%3ALinux)\n[![MacOS](https://github.com/GuillaumeFavelier/blockbuilder/workflows/MacOS/badge.svg)](https://github.com/GuillaumeFavelier/blockbuilder/actions?query=workflow%3AMacOS)\n\n![logo](https://raw.githubusercontent.com/GuillaumeFavelier/blockbuilder/master/logo/logo.png)\n\n### BlockBuilder\n\n*BlockBuilder* is an open-source Python application to build, edit and visualize\nuser-created sets of blocks (or voxels). The software is lightweight and highly\nconfigurable and there is a particular emphasis on robustness and performance.\nThe user interface is built to be modern, minimalist and intuitive.\n\n### Installation\n\nTo install the latest stable version of BlockBuilder, you can use `pip` in a terminal:\n\n```sh\npip install -U blockbuilder\n```\n\nTo create an environment with BlockBuilder installed, you can use `conda` in a terminal:\n\n```sh\nconda env create -f environment.yml\n```\n\nThis should create a new environment called `blockbuilder`.\n\nAlthough both `PyQt5` and `PySide2` are supported, BlockBuilder does not install\nPython bindings for Qt by default. At least one of these two packages should be installed\nbut this choice is made by the user. Take a look at the [dependencies section](#dependencies)\nto see the tested versions.\n\n### Get the latest code\n\nThe latest changes are [available here](changelog/latest.md).\n\nTo install the latest version of the code using `pip`, open a terminal and type:\n\n```sh\npip install -U https://github.com/GuillaumeFavelier/blockbuilder/archive/master.zip\n```\n\nTo get the latest code using `git`, open a terminal and type:\n\n```sh\ngit clone git://github.com/GuillaumeFavelier/blockbuilder.git\n```\n\n### Usage\n\nTo launch BlockBuilder once it is installed, it is as easy as using:\n\n```sh\nblockbuilder\n```\n\nOr from the source code using the standard starting script:\n\n```sh\nscript/blockbuilder\n```\n\n![demo](https://raw.githubusercontent.com/GuillaumeFavelier/blockbuilder/master/demo.gif)\n\nMore details about the features are available in the [Wiki](https://github.com/GuillaumeFavelier/blockbuilder/wiki).\n\n### Dependencies\n\nThe minimum required [dependencies](requirements.txt) to run BlockBuilder are:\n\n-   numpy\u003e=1.18.5\n-   vtk\u003e=9.0.1\n-   qtpy\u003e=1.9.0\n-   scooby\u003e=0.5.5\n\nThe tested [Qt python bindings](requirements_qt.txt) are:\n\n-   PyQt5\u003e=5.14.2 or PySide2\u003e=5.14.2\n\n### Resources\n\nMany of the icons used in this project come from [material.io](https://material.io/resources/icons/?style=outline)\n\n### Licensing\n\nBlockBuilder is [BSD-licenced (3 clause)](LICENSE):\n\n```txt\nBSD 3-Clause License\n\nCopyright (c) 2020, Guillaume Favelier\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n1. Redistributions of source code must retain the above copyright notice, this\n   list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright notice,\n   this list of conditions and the following disclaimer in the documentation\n   and/or other materials provided with the distribution.\n\n3. Neither the name of the copyright holder nor the names of its\n   contributors may be used to endorse or promote products derived from\n   this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguillaumefavelier%2Fblockbuilder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguillaumefavelier%2Fblockbuilder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguillaumefavelier%2Fblockbuilder/lists"}