{"id":19772821,"url":"https://github.com/michaelkolesidis/3d-cube","last_synced_at":"2025-06-18T12:43:36.274Z","repository":{"id":115662375,"uuid":"483738186","full_name":"michaelkolesidis/3d-cube","owner":"michaelkolesidis","description":"A 3D cube rotating according to mouse movement.","archived":false,"fork":false,"pushed_at":"2023-03-20T22:36:49.000Z","size":7750,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-11T01:11:43.384Z","etag":null,"topics":["3d-cube","3d-graphics","3d-model","art","cube","p5js","p5js-animation","p5js-experiment","p5js-sketch"],"latest_commit_sha":null,"homepage":"https://3d-cubejs.netlify.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/michaelkolesidis.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}},"created_at":"2022-04-20T16:50:34.000Z","updated_at":"2024-04-19T16:40:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"789182ee-cc10-4c16-a9fb-8329f05ebdf6","html_url":"https://github.com/michaelkolesidis/3d-cube","commit_stats":null,"previous_names":["mnkbb699/3d-cube","mkole/3d-cube","michaelkolesidis/3d-cube"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelkolesidis%2F3d-cube","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelkolesidis%2F3d-cube/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelkolesidis%2F3d-cube/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelkolesidis%2F3d-cube/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michaelkolesidis","download_url":"https://codeload.github.com/michaelkolesidis/3d-cube/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241104109,"owners_count":19910374,"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-cube","3d-graphics","3d-model","art","cube","p5js","p5js-animation","p5js-experiment","p5js-sketch"],"created_at":"2024-11-12T05:07:45.204Z","updated_at":"2025-02-28T05:15:41.315Z","avatar_url":"https://github.com/michaelkolesidis.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"./icons/icon-192x192.png\"\u003e\n  \u003ch1\u003e3D Cube\u003c/h1\u003e\n  \n  \u003ch3\u003eA 3D cube rotating according to mouse movement. \u003c/h3\u003e\n\n\u003ch3\u003e\u003ca href=\"https://3d-cubejs.netlify.app/\"\u003eTry me!\u003c/a\u003e\u003c/h3\u003e\n\n[![Netlify Status](https://api.netlify.com/api/v1/badges/ec161aec-7226-4c20-a967-b48d1ae96cba/deploy-status)](https://app.netlify.com/sites/3d-cubejs/deploys)\n\n\u003c/div\u003e\n  \n## Technologies Used\n\n\u003ca href=\"https://p5js.org/\"\u003e\u003cimg src=\"https://github.com/michaelkolesidis/tech-icons/blob/main/icons/p5js/p5js.svg\" height=\"50px\"/\u003e\u003c/a\u003e\n\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\n\u003ca href=\"https://en.wikipedia.org/wiki/JavaScript\"\u003e\u003cimg src=\"https://github.com/michaelkolesidis/tech-icons/blob/main/icons/javascript/javascript-original.svg\" height=\"50px\" /\u003e\u003c/a\u003e\n\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\n\u003ca href=\"https://en.wikipedia.org/wiki/CSS\"\u003e\u003cimg src=\"https://github.com/michaelkolesidis/tech-icons/blob/main/icons/css3/css3-plain.svg\" height=\"50px\" /\u003e\u003c/a\u003e\n\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\n\u003ca href=\"https://en.wikipedia.org/wiki/HTML5\"\u003e\u003cimg src=\"https://github.com/michaelkolesidis/tech-icons/blob/main/icons/html5/html5-plain.svg\" height=\"50px\" /\u003e\u003c/a\u003e\n\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\n\n## Description\n\nOne of the first projects I ever created when I started learning JavaScript. Originally, I created it using [Processing](https://processing.org/), and then I ported it to the web using Processing's JavaScript sibling, p5.js.\n\nA colorful three-dimensional cube that rotates according to the movement of the mouse inside the window. Double-click anywhere to enter fullscreen mode, double-click again (or press ESC) to leave fullscreen mode.\n\n## Screenshot\n\n\u003cimg src=\"./screenshots/screenshot.png\"\u003e\n\n## Related Projects\n\n- [3D Teddy Bear](https://github.com/michaelkolesidis/3d-teddy-bear)\n- [Circle Random Lines](https://github.com/michaelkolesidis/circle-random-lines)\n- [3D Cube (Processing)](https://github.com/michaelkolesidis/3d-cube-processing)\n\n## License\n\n\u003ca href=\"https://www.gnu.org/licenses/agpl-3.0.html\"\u003e\u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/0/06/AGPLv3_Logo.svg\" height=\"100px\" /\u003e\u003c/a\u003e\n\nCopyright (c) 2023 Michael Kolesidis\u003cbr\u003e\nLicensed under the [GNU Affero General Public License v3.0](https://www.gnu.org/licenses/agpl-3.0.html).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelkolesidis%2F3d-cube","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaelkolesidis%2F3d-cube","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelkolesidis%2F3d-cube/lists"}