{"id":50938663,"url":"https://github.com/corychainsman/clock","last_synced_at":"2026-06-17T11:37:59.444Z","repository":{"id":298994603,"uuid":"1001774642","full_name":"corychainsman/clock","owner":"corychainsman","description":"A clock for teaching my kid to tell time","archived":false,"fork":false,"pushed_at":"2026-04-29T13:32:16.000Z","size":1260,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-29T15:32:12.417Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://corychainsman.github.io/clock/","language":"HTML","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/corychainsman.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-06-14T02:09:47.000Z","updated_at":"2026-04-29T13:33:34.000Z","dependencies_parsed_at":"2025-06-14T03:27:16.098Z","dependency_job_id":"3b6d47eb-db37-4473-b630-138ddfad84f7","html_url":"https://github.com/corychainsman/clock","commit_stats":null,"previous_names":["corychainsman/clock"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/corychainsman/clock","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corychainsman%2Fclock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corychainsman%2Fclock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corychainsman%2Fclock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corychainsman%2Fclock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/corychainsman","download_url":"https://codeload.github.com/corychainsman/clock/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corychainsman%2Fclock/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34447266,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-06-17T11:37:58.515Z","updated_at":"2026-06-17T11:37:59.433Z","avatar_url":"https://github.com/corychainsman.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🕒 3D Analog Clock\n\nA beautiful, interactive 3D analog clock built with React and Three.js. Customize colors, sizes, and watch time tick by in real-time with a dynamic favicon that mirrors your clock settings!\n\n## ✨ Features\n\n- **3D Rendered Clock**: Built with React Three Fiber for smooth 3D graphics\n- **Real-time Updates**: Clock hands move continuously to show the current time\n- **Interactive Controls**: Customize colors and sizes with an intuitive control panel\n- **Dynamic Favicon**: The browser tab icon shows a mini version of your customized clock\n- **URL Configuration**: Share your clock settings with others via URL parameters\n- **Responsive Design**: Works great on desktop and mobile devices\n\n## 🚀 Live Demo\n\nCheck out the live version: [https://corychainsman.github.io/clock/](https://corychainsman.github.io/clock/)\n\n## 🎨 Customization\n\nUse the control panel on the right to customize:\n\n- **Clock Hands**: Change colors and lengths for hour, minute, and second hands\n- **Hand Circles**: Add decorative circles at the end of hands with customizable size and style\n- **Clock Face**: Modify background color and number styling\n- **Radii Settings**: Adjust the positioning of numbers and tick marks\n\n## 🔗 URL Sharing\n\nYour customizations are automatically saved to the URL! Share your custom clock design by copying the URL from your browser's address bar.\n\nExample: `?hourHandColor=ff0000\u0026minuteHandColor=00ff00\u0026secondHandColor=0000ff`\n\n## 🛠️ Development\n\nWant to run this locally or contribute? Here's how:\n\n### Prerequisites\n\n- Node.js (v16 or higher)\n- npm or yarn\n\n### Getting Started\n\n```bash\n# Clone the repository\ngit clone https://github.com/corychainsman/clock.git\ncd clock\n\n# Install dependencies\nnpm install\n\n# Start the development server\nnpm run dev\n```\n\n### Available Scripts\n\n- `npm run dev` - Start development server with hot reload\n- `npm run build` - Build for production\n- `npm run preview` - Preview production build locally\n- `npm run lint` - Run ESLint to check code quality\n\n## 🏗️ Built With\n\n- **React** - UI framework\n- **TypeScript** - Type safety\n- **Three.js** - 3D graphics via React Three Fiber\n- **Vite** - Build tool and dev server\n- **Tweakpane** - Interactive control panel\n\n## 🎯 Technical Details\n\nThe clock uses an orthographic camera for a clean 2D appearance while leveraging 3D positioning for smooth animations. All clock elements are rendered using Three.js geometries:\n\n- Clock face: CircleGeometry with customizable background\n- Clock hands: BoxGeometry with real-time rotation based on current time\n- Numbers and tick marks: Positioned using polar coordinates\n- Dynamic favicon: Canvas-based rendering that updates every second\n\n## 🤝 Contributing\n\nContributions are welcome! Feel free to:\n\n- Report bugs by opening an issue\n- Suggest new features\n- Submit pull requests\n\n## 📝 License\n\nThis project is open source and available under the MIT License.\n\n## 🙏 Acknowledgments\n\n- Favicon generation inspired by canvas-based rendering techniques\n- GitHub corner by [Tim Holman](https://github.com/tholman/github-corners)\n- Built with the amazing React Three Fiber ecosystem\n\n---\n\n*Made with ❤️ and Three.js*","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorychainsman%2Fclock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcorychainsman%2Fclock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorychainsman%2Fclock/lists"}