{"id":23763688,"url":"https://github.com/tomashubelbauer/openscad-aesthetic-cube","last_synced_at":"2026-01-31T21:38:08.916Z","repository":{"id":210470388,"uuid":"726630027","full_name":"TomasHubelbauer/openscad-aesthetic-cube","owner":"TomasHubelbauer","description":"A cube with configurable features (faces, edges and corners).","archived":false,"fork":false,"pushed_at":"2023-12-02T23:24:13.000Z","size":80,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-22T14:06:40.613Z","etag":null,"topics":["openscad","openscad-module"],"latest_commit_sha":null,"homepage":"","language":"OpenSCAD","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TomasHubelbauer.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-12-02T22:46:52.000Z","updated_at":"2023-12-02T22:59:37.000Z","dependencies_parsed_at":"2023-12-03T00:24:39.854Z","dependency_job_id":"c69f951e-b404-4b9c-87a1-1279e06e963c","html_url":"https://github.com/TomasHubelbauer/openscad-aesthetic-cube","commit_stats":null,"previous_names":["tomashubelbauer/openscad-aesthetic-cube"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TomasHubelbauer/openscad-aesthetic-cube","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomasHubelbauer%2Fopenscad-aesthetic-cube","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomasHubelbauer%2Fopenscad-aesthetic-cube/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomasHubelbauer%2Fopenscad-aesthetic-cube/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomasHubelbauer%2Fopenscad-aesthetic-cube/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TomasHubelbauer","download_url":"https://codeload.github.com/TomasHubelbauer/openscad-aesthetic-cube/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomasHubelbauer%2Fopenscad-aesthetic-cube/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28956247,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T18:30:42.805Z","status":"ssl_error","status_checked_at":"2026-01-31T18:30:19.593Z","response_time":128,"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":["openscad","openscad-module"],"created_at":"2024-12-31T22:13:18.254Z","updated_at":"2026-01-31T21:38:08.898Z","avatar_url":"https://github.com/TomasHubelbauer.png","language":"OpenSCAD","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenSCAD Aesthetic Cube\n\nThis repository includes an OpenSCAD module for drawing a cube which comprises\nof individual cubes representing its faces, edges and corners.\n\nThe cude has an `inset` argument which determines several values in one number:\nthe depth of all the face cubes, the size of all the square faces of edge ends\nand the size of all the cubes making the cube corners.\n\nBy default, `aesthetic_cube` renders all faces, edges and corners making it\nappear as a normal cube:\n\n![](aesthetic_cube_default.png)\n\nThe signature of the module has four required parameters:\n`width`, `depth`, `height` and `inset`.\n\nThe individual sub-cubes are controlled via optional parameters which all\ndefault to `true` and are self-explanatory:\n\n- `leftFace`\n- `rightFace`\n- `topFace`\n- `bottomFace`\n- `backFace`\n- `frontFace`\n- `leftTopEdge`\n- `rightTopEdge`\n- `leftBottomEdge`\n- `rightBottomEdge`\n- `leftBackEdge`\n- `rightBackEdge`\n- `leftFrontEdge`\n- `rightFrontEdge`\n- `topBackEdge`\n- `topFrontEdge`\n- `bottomBackEdge`\n- `bottomFrontEdge`\n- `leftTopBackCorner`\n- `leftTopFrontCorner`\n- `rightTopBackCorner`\n- `rightTopFrontCorner`\n- `leftBottomBackCorner`\n- `leftBottomFrontCorner`\n- `rightBottomBackCorner`\n- `rightBottomFrontCorner`\n\nA cube with only faces but no edges or corners would look like this:\n\n![](aesthetic_cube_faces_only.png)\n\n## Installation\n\nUse Git Modules to check out this repository as a submodule of your repository.\n\nReference the module via the standard OpenSCAD `use` directive:\n\n```openscad\nuse \u003copenscad-aesthetic-cube/aesthetic_cube.scad\u003e\n\n// Pass any of the above arguments to turn individual cube features on/off.\naesthetic_cube(\n    60,\n    40,\n    20,\n    1\n);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomashubelbauer%2Fopenscad-aesthetic-cube","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomashubelbauer%2Fopenscad-aesthetic-cube","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomashubelbauer%2Fopenscad-aesthetic-cube/lists"}