{"id":22711607,"url":"https://github.com/polyfloyd/ledcubesim","last_synced_at":"2025-03-29T22:16:06.959Z","repository":{"id":19253109,"uuid":"22488763","full_name":"polyfloyd/ledcubesim","owner":"polyfloyd","description":"A simulator for volumetric displays","archived":false,"fork":false,"pushed_at":"2019-05-12T20:14:04.000Z","size":491,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-04T23:17:42.813Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/polyfloyd.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}},"created_at":"2014-07-31T23:29:13.000Z","updated_at":"2019-07-30T13:45:34.000Z","dependencies_parsed_at":"2022-09-01T13:52:41.393Z","dependency_job_id":null,"html_url":"https://github.com/polyfloyd/ledcubesim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polyfloyd%2Fledcubesim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polyfloyd%2Fledcubesim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polyfloyd%2Fledcubesim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polyfloyd%2Fledcubesim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/polyfloyd","download_url":"https://codeload.github.com/polyfloyd/ledcubesim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246249220,"owners_count":20747168,"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":[],"created_at":"2024-12-10T13:07:33.739Z","updated_at":"2025-03-29T22:16:06.932Z","avatar_url":"https://github.com/polyfloyd.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Volumetric Display Simulator\n============================\n\nLedcubesim is a simulator I made for creating and testing programs for my\n16x16x16 RGB 3D-LEDCube project from 2014 which is surprisingly never finished.\nIt was later re-purposed to simulate a generic volumetric display.\n\n![Screenshot](screenshots/screenshot.png)\n\n## Building\nMake sure you have [Go](http://golang.org/dl), GLFW3 and GLEW installed.\nOn Debian (and maybe Ubuntu) systems, you can install all dependencies as follows:\n```\nsudo apt-get install git golang libgflw3-dev libglew-dev\n```\nThen to install ledcubesim:\n```\ngo get -u github.com/polyfloyd/ledcubesim\n```\n\n## Usage\n```\nUsage of ledcubesim:\n  -c int\n      Set all dimensions to the same size\n  -cx int\n      The width of the cube (default 16)\n  -cy int\n      The length of the cube (default 16)\n  -cz int\n      The height of the cube (default 16)\n```\n\n* Moving the mouse while holding the left mousebutton will cause the view to rotate.\n* Scrolling with the mouse adjust the zoom.\n* Pressing R on the keyboard will reset the view to its initial condition.\n* Pressing S on the keyboard will toggle the visibility of black (off) voxels.\n* Pressing T on the keyboard will toggle spinning of the view\n\n## Input\nWrite `width * height * length * 3` bytes to stdin. Colors are encoded as\n`RGB`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolyfloyd%2Fledcubesim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpolyfloyd%2Fledcubesim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolyfloyd%2Fledcubesim/lists"}