{"id":22952210,"url":"https://github.com/eguneys/webpack-three-hot","last_synced_at":"2026-04-17T12:34:16.001Z","repository":{"id":71431934,"uuid":"102033580","full_name":"eguneys/webpack-three-hot","owner":"eguneys","description":"Three.js boilerplate with hot module reloading","archived":false,"fork":false,"pushed_at":"2017-08-31T18:49:49.000Z","size":48,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-08T05:48:46.295Z","etag":null,"topics":["boilerplate","hot-reload","threejs","webpack"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/eguneys.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-31T18:45:38.000Z","updated_at":"2017-09-10T18:35:53.000Z","dependencies_parsed_at":"2023-06-04T07:45:44.169Z","dependency_job_id":null,"html_url":"https://github.com/eguneys/webpack-three-hot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eguneys/webpack-three-hot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eguneys%2Fwebpack-three-hot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eguneys%2Fwebpack-three-hot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eguneys%2Fwebpack-three-hot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eguneys%2Fwebpack-three-hot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eguneys","download_url":"https://codeload.github.com/eguneys/webpack-three-hot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eguneys%2Fwebpack-three-hot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31929841,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T10:35:34.458Z","status":"ssl_error","status_checked_at":"2026-04-17T10:35:09.472Z","response_time":62,"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":["boilerplate","hot-reload","threejs","webpack"],"created_at":"2024-12-14T15:32:58.636Z","updated_at":"2026-04-17T12:34:15.987Z","avatar_url":"https://github.com/eguneys.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webpack-minimal\n\n## Three.js API\n\n* PerspectiveCamera(fov, aspect, near, far)\n  .position.set()\n\n* WebGLRenderer({canvas, alpha, antialias})\n  .setSize(w, h);\n  .render(scene, camera)\n\n* Scene()\n\n* ShaderMaterial()\n\n## Webpack API\n\n* Hot module Reload\n```\nif (module.hot) {\n  module.hot.accept('./objects', () =\u003e {\n    state.objects = require('./objects').initObjects();\n    state.scene = renderWrap(state);\n    state.redrawNow();\n  });\n}\n```\n\n\n### Dev Work\n - [x] Hot module reload support\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feguneys%2Fwebpack-three-hot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feguneys%2Fwebpack-three-hot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feguneys%2Fwebpack-three-hot/lists"}