{"id":50574991,"url":"https://github.com/astrixgame/wristband-creator","last_synced_at":"2026-06-04T21:02:03.757Z","repository":{"id":361906870,"uuid":"1256382539","full_name":"astrixgame/wristband-creator","owner":"astrixgame","description":"Interactive Three.js wristband plate designer with live front/back text controls, material presets, bend settings, and shareable URL state.","archived":false,"fork":false,"pushed_at":"2026-06-01T19:24:43.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-01T20:16:30.258Z","etag":null,"topics":["3d","css","github-pages","html","javascript","jewlery","orbit-controls","parametric-design","product-configurator","threejs","typography","webgl"],"latest_commit_sha":null,"homepage":"https://astrixgame.github.io/wristband-creator/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/astrixgame.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-01T18:15:48.000Z","updated_at":"2026-06-01T19:24:47.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/astrixgame/wristband-creator","commit_stats":null,"previous_names":["astrixgame/wristband-creator"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/astrixgame/wristband-creator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astrixgame%2Fwristband-creator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astrixgame%2Fwristband-creator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astrixgame%2Fwristband-creator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astrixgame%2Fwristband-creator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/astrixgame","download_url":"https://codeload.github.com/astrixgame/wristband-creator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astrixgame%2Fwristband-creator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33917202,"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-04T02:00:06.755Z","response_time":64,"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":["3d","css","github-pages","html","javascript","jewlery","orbit-controls","parametric-design","product-configurator","threejs","typography","webgl"],"created_at":"2026-06-04T21:02:03.110Z","updated_at":"2026-06-04T21:02:03.750Z","avatar_url":"https://github.com/astrixgame.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 3D Wristband Plate Designer\n\nLive Three.js demo for a curved wristband plate with editable front and back typography, silver/gold material presets, rounded corners, bend controls, and shareable URL state.\n\n## Live Demo\n\nThe project is published on GitHub Pages at:\n\nhttps://astrixgame.github.io/wristband-creator\n\n## Features\n\n- Mouse-driven orbit controls for inspecting the plate\n- Live plate controls for material preset, color, shininess, width, height, thickness, bend angle, and corner rounding\n- Separate front and back text settings for font, font size, weight, style, transform, letter spacing, and margins\n- URL-synced state so the current design can be shared and restored\n- Google Fonts loading for the selected typeface\n\n## Run It\n\nOpen `index.html` in a browser that supports ES modules and WebGL.\n\nIf you are using the published site, open the GitHub Pages URL above instead of a local file.\n\n## Project Files\n\n- `index.html` - page markup, SEO metadata, and the app mount point\n- `style.css` - layout and control panel styling\n- `script.js` - Three.js scene setup, rendering, controls, and URL state sync\n\n## URL Parameters\n\nThe app reads and writes its state from query parameters. Plate settings use the `p_` prefix, while front and back text settings use `f_` and `b_` prefixes.\n\nPlate params:\n\n- `p_mat` - plate material preset. `silver`, `gold`, or `custom`\n- `p_col` - plate base color as a hex value\n- `p_sh` - shininess from `0` to `100`\n- `p_w` - plate width\n- `p_h` - plate height\n- `p_d` - plate thickness\n- `p_ba` - bend angle in degrees\n- `p_cr` - corner radius\n- `p_cm` - corner mode. `none`, `all`, `top`, `bottom`, `left`, `right`, `top-left`, `top-right`, `bottom-left`, or `bottom-right`\n\nFront text params:\n\n- `f_text` - text shown on the front side\n- `f_font` - font family name\n- `f_fs` - font size\n- `f_ls` - letter spacing\n- `f_fw` - font weight\n- `f_fst` - font style. `normal` or `italic`\n- `f_tt` - text transform. `none`, `uppercase`, `lowercase`, or `capitalize`\n- `f_mt` - top margin\n- `f_mr` - right margin\n- `f_mb` - bottom margin\n- `f_ml` - left margin\n\nBack text params:\n\n- `b_text` - text shown on the back side\n- `b_font` - font family name\n- `b_fs` - font size\n- `b_ls` - letter spacing\n- `b_fw` - font weight\n- `b_fst` - font style. `normal` or `italic`\n- `b_tt` - text transform. `none`, `uppercase`, `lowercase`, or `capitalize`\n- `b_mt` - top margin\n- `b_mr` - right margin\n- `b_mb` - bottom margin\n- `b_ml` - left margin\n\n## Notes\n\n- The demo loads Three.js, OrbitControls, and the RoomEnvironment helper from CDN URLs.\n- Material presets automatically switch the plate color between silver and gold, while custom color keeps the selected hex value.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastrixgame%2Fwristband-creator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fastrixgame%2Fwristband-creator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastrixgame%2Fwristband-creator/lists"}