{"id":21724784,"url":"https://github.com/petercsipkay/basic-react-three-fiber-boilerplate","last_synced_at":"2026-03-06T12:03:24.076Z","repository":{"id":264450835,"uuid":"893409985","full_name":"petercsipkay/Basic-React-Three-Fiber-Boilerplate","owner":"petercsipkay","description":"A minimal React Three Fiber boilerplate to help you get started with 3D web development. This template includes a basic scene setup with a rotating cube, proper lighting, camera controls, and responsive canvas.","archived":false,"fork":false,"pushed_at":"2024-11-24T11:47:46.000Z","size":48,"stargazers_count":6,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T15:05:27.158Z","etag":null,"topics":["boilerplate","boilerplate-template","r3f","react-three-drei","react-three-fiber","three-js","threejs","threejs-boilerplate","threejs-template","webgl"],"latest_commit_sha":null,"homepage":"https://threejsresources.com/","language":"JavaScript","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/petercsipkay.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}},"created_at":"2024-11-24T11:30:26.000Z","updated_at":"2025-04-06T13:55:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"6cd9f200-a557-4a54-bcff-c440d5e3393d","html_url":"https://github.com/petercsipkay/Basic-React-Three-Fiber-Boilerplate","commit_stats":null,"previous_names":["petercsipkay/basic-react-three-fiber-boilerplate"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/petercsipkay/Basic-React-Three-Fiber-Boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petercsipkay%2FBasic-React-Three-Fiber-Boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petercsipkay%2FBasic-React-Three-Fiber-Boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petercsipkay%2FBasic-React-Three-Fiber-Boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petercsipkay%2FBasic-React-Three-Fiber-Boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/petercsipkay","download_url":"https://codeload.github.com/petercsipkay/Basic-React-Three-Fiber-Boilerplate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petercsipkay%2FBasic-React-Three-Fiber-Boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30175911,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T11:48:51.886Z","status":"ssl_error","status_checked_at":"2026-03-06T11:48:51.460Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["boilerplate","boilerplate-template","r3f","react-three-drei","react-three-fiber","three-js","threejs","threejs-boilerplate","threejs-template","webgl"],"created_at":"2024-11-26T03:13:14.158Z","updated_at":"2026-03-06T12:03:24.067Z","avatar_url":"https://github.com/petercsipkay.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Three Fiber Boilerplate\nA minimal React Three Fiber boilerplate to help you get started with 3D web development using React. This template includes a basic scene setup with a rotating cube, proper lighting, camera controls, and responsive canvas.\n\n## Features\n- React Three Fiber integration\n- Basic Three.js scene setup\n- Responsive canvas\n- OrbitControls for camera manipulation\n- Proper lighting setup\n- Shadow support\n- Animation system with consistent timing\n- Fullscreen support\n- Clean project structure\n\n## Setup\nDownload Node.js. Run these commands:\n\n```bash\n# Install dependencies (only the first time)\nnpm install\n\n# Run the local server at localhost:5173\nnpm run dev\n\n# Build for production in the dist/ directory\nnpm run build\n```\n\n## Project Structure\n```\n├── src/\n│   ├── components/\n│   │   └── Scene.jsx\n│   ├── App.jsx\n│   └── main.jsx\n├── index.html\n├── package.json\n└── vite.config.js\n```\n\n## Dependencies\n- React\n- React Three Fiber (@react-three/fiber)\n- Three.js\n- Vite (for building and development)\n\n## Resources\n\nFor more Three.js and React Three Fiber resources, tutorials, and tools, visit:\n-  [Three.js Resources](https://threejsresources.com/) - A curated collection of Three.js resources\n- [React Three Fiber Documentation](https://docs.pmnd.rs/react-three-fiber)\n- [Three.js Documentation](https://threejs.org/docs/)\n- [Three.js Examples](https://threejs.org/examples/)\n- [React Three Fiber Examples](https://docs.pmnd.rs/react-three-fiber/getting-started/examples)\n\n## License\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## Contributing\nFeel free to submit issues and enhancement requests!\n\n## Acknowledgments\nThis boilerplate is designed to provide a clean starting point for React Three Fiber projects. For more advanced features and resources, check out [threejsresources.com](https://threejsresources.com/).\n\n## Author\n[Peter Csipkay](https://petercsipkay.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetercsipkay%2Fbasic-react-three-fiber-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpetercsipkay%2Fbasic-react-three-fiber-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetercsipkay%2Fbasic-react-three-fiber-boilerplate/lists"}